summaryrefslogtreecommitdiff
path: root/.config/x11/xinitrc
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-12-08 01:49:28 -0700
committerDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-12-08 01:49:28 -0700
commit3e5f9ac0f99596b81c16e06405ff97417bd759fb (patch)
treee3b65f397b140f8a2aedf23544a45e25b1eb76fe /.config/x11/xinitrc
parent49aecca501d32ddb50a51fc1bcf2980a6943c217 (diff)
Continue transition to new config scheme
Diffstat (limited to '.config/x11/xinitrc')
-rw-r--r--.config/x11/xinitrc7
1 files changed, 7 insertions, 0 deletions
diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc
new file mode 100644
index 0000000..0c6736f
--- /dev/null
+++ b/.config/x11/xinitrc
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+# This is run when 'startx' or 'xinit' is executed,
+# but since display managers use ~/.xprofile instead,
+# .xprofile is sourced to be compatible with both.
+
+[ -f $HOME/.xprofile ] && . $HOME/.xprofile