summaryrefslogtreecommitdiff
path: root/.xinitrc
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2011-06-20 01:25:36 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2011-06-20 01:25:36 -0400
commitd052487a09ed53cbdedd4d55fb6d548a0a30a1af (patch)
tree996eaf853419241178c709c9e7cfe704c99e5785 /.xinitrc
parent7e842cfd399c0bea9d480d5fa7a18dfa06bb6a60 (diff)
This is what happens after about 2 weeks of using Parabola.
Note that .bashrc is increasing it's reliance on "thingutils"
Diffstat (limited to '.xinitrc')
-rw-r--r--.xinitrc18
1 files changed, 18 insertions, 0 deletions
diff --git a/.xinitrc b/.xinitrc
new file mode 100644
index 0000000..cce93f7
--- /dev/null
+++ b/.xinitrc
@@ -0,0 +1,18 @@
+#!/bin/sh
+#
+# ~/.xinitrc
+#
+# Executed by startx (run your window manager from here)
+
+if [ -d /etc/X11/xinit/xinitrc.d ]; then
+ for f in /etc/X11/xinit/xinitrc.d/*; do
+ [ -x "$f" ] && . "$f"
+ done
+ unset f
+fi
+
+# exec gnome-session
+# exec startkde
+# exec startxfce4
+# ...or the Window Manager of your choice
+exec wmii