summaryrefslogtreecommitdiff
path: root/.xinitrc
diff options
context:
space:
mode:
authorDavid Luevano <55825613+luevano@users.noreply.github.com>2020-02-11 15:35:34 -0700
committerDavid Luevano <55825613+luevano@users.noreply.github.com>2020-02-11 15:35:34 -0700
commit4132a5e141f37d7385db65635ec99b98953f1141 (patch)
tree5ad1cc2fb97a2e9bf638c26322a3cc3657bd1639 /.xinitrc
parent2b33db869f012d6703d08c247ac889ed78af7831 (diff)
Add xinitrc and xprofile, mods to minor things
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