summaryrefslogtreecommitdiff
path: root/.xinitrc
diff options
context:
space:
mode:
Diffstat (limited to '.xinitrc')
-rw-r--r--.xinitrc9
1 files changed, 9 insertions, 0 deletions
diff --git a/.xinitrc b/.xinitrc
new file mode 100644
index 0000000..04c809a
--- /dev/null
+++ b/.xinitrc
@@ -0,0 +1,9 @@
+#!/bin/sh
+# ~/.xinitrc
+#
+
+# 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 ~/.xprofile ]] && . ~/.xprofile