This commit is contained in:
Tom Willemsen 2012-06-17 23:05:16 +02:00
parent 4c6ba58e15
commit f9f6b09436

View file

@ -10,9 +10,10 @@ then
mpdscribble &
fi
xbindkeys
wm=$1
test -n "$wm" || wm=herbstluftwm
exec ck-launch-session $1
exec ck-launch-session $wm
# Local Variables:
# mode: shell-script
# eval: (git-auto-commit-mode 1)