.xinitrc
This commit is contained in:
parent
4c6ba58e15
commit
f9f6b09436
1 changed files with 3 additions and 2 deletions
5
.xinitrc
5
.xinitrc
|
@ -10,9 +10,10 @@ then
|
||||||
mpdscribble &
|
mpdscribble &
|
||||||
fi
|
fi
|
||||||
|
|
||||||
xbindkeys
|
wm=$1
|
||||||
|
test -n "$wm" || wm=herbstluftwm
|
||||||
|
|
||||||
exec ck-launch-session $1
|
exec ck-launch-session $wm
|
||||||
# Local Variables:
|
# Local Variables:
|
||||||
# mode: shell-script
|
# mode: shell-script
|
||||||
# eval: (git-auto-commit-mode 1)
|
# eval: (git-auto-commit-mode 1)
|
||||||
|
|
Loading…
Reference in a new issue