This commit is contained in:
Tom Willemsen 2012-10-07 15:16:58 +02:00
parent 6abf336344
commit 049a44b608

15
.xinitrc Normal file
View file

@ -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