.xinitrc
This commit is contained in:
parent
9c68f9b3a6
commit
58f70f9a76
1 changed files with 3 additions and 1 deletions
4
.xinitrc
4
.xinitrc
|
@ -15,5 +15,7 @@ then
|
||||||
mpdscribble &
|
mpdscribble &
|
||||||
fi
|
fi
|
||||||
|
|
||||||
test -n "$1" && wm=$1 || wm="emacs"
|
emacs --daemon &
|
||||||
|
|
||||||
|
test -n "$1" && wm=$1 || wm="herbstluftwm"
|
||||||
exec $wm
|
exec $wm
|
||||||
|
|
Loading…
Reference in a new issue