15 lines
252 B
Text
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
|