summaryrefslogtreecommitdiffstats
path: root/.xinitrc
diff options
context:
space:
mode:
Diffstat (limited to '.xinitrc')
-rw-r--r--.xinitrc15
1 files changed, 15 insertions, 0 deletions
diff --git a/.xinitrc b/.xinitrc
new file mode 100644
index 0000000..0e41d5d
--- /dev/null
+++ b/.xinitrc
@@ -0,0 +1,15 @@
+
+xmodmap ~/.Xmodmap
+
+{ emacs --daemon & } && sleep 1
+
+pidof mpdscribble >& /dev/null
+if [ $? -ne 0 ]
+then
+ mpdscribble &
+fi
+
+# rox -b Default
+
+test -n "$1" && wm=$1 || wm="awesome" # wm="emacsclient -ce \"(oni:wm-init)\""
+exec ck-launch-session $wm