summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-10-07 15:16:58 +0200
committerGravatar Tom Willemsen2012-10-07 15:16:58 +0200
commit049a44b608aacbaf1f040183def77fd7e7243fe3 (patch)
tree0f6febe874cb16feb03df605234213141aabc0d7
parent6abf336344da6b28ab9bc2db02a75cbe10a8aa88 (diff)
downloaddotfiles-049a44b608aacbaf1f040183def77fd7e7243fe3.tar.gz
dotfiles-049a44b608aacbaf1f040183def77fd7e7243fe3.zip
.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