legacy-dotfiles/.xinitrc
2012-10-07 15:16:58 +02:00

15 lines
252 B
Text

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