legacy-dotfiles/.xinitrc
2012-10-12 08:46:14 +02:00

15 lines
237 B
Text

xmodmap ~/.Xmodmap
emacs --daemon &
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