.xinitrc
This commit is contained in:
parent
af62874a4a
commit
3335ccc165
1 changed files with 1 additions and 3 deletions
4
.xinitrc
4
.xinitrc
|
@ -9,13 +9,11 @@ if [ -d /etc/X11/xinit/xinitrc.d ]; then
|
|||
unset f
|
||||
fi
|
||||
|
||||
{ emacs --daemon & } && sleep 1
|
||||
|
||||
pidof mpdscribble >& /dev/null
|
||||
if [ $? -ne 0 ]
|
||||
then
|
||||
mpdscribble &
|
||||
fi
|
||||
|
||||
test -n "$1" && wm=$1 || wm="awesome" # wm="emacsclient -ce \"(oni:wm-init)\""
|
||||
test -n "$1" && wm=$1 || wm="emacs"
|
||||
exec $wm
|
||||
|
|
Loading…
Reference in a new issue