.xinitrc
This commit is contained in:
parent
fee4d8dfd7
commit
4817fef30e
1 changed files with 1 additions and 3 deletions
4
.xinitrc
4
.xinitrc
|
@ -3,7 +3,6 @@ xmodmap ~/.Xmodmap
|
||||||
xsetroot -solid "#002b36"
|
xsetroot -solid "#002b36"
|
||||||
numlockx &
|
numlockx &
|
||||||
emacs --daemon &
|
emacs --daemon &
|
||||||
xbindkeys &
|
|
||||||
|
|
||||||
pidof mpdscribble >& /dev/null
|
pidof mpdscribble >& /dev/null
|
||||||
if [ $? -ne 0 ]
|
if [ $? -ne 0 ]
|
||||||
|
@ -11,8 +10,7 @@ then
|
||||||
mpdscribble &
|
mpdscribble &
|
||||||
fi
|
fi
|
||||||
|
|
||||||
exec ck-launch-session /usr/bin/herbstluftwm 2>&1 >> ~/.xsession_errors
|
exec ck-launch-session /usr/local/stumpwm/bin/stumpwm 2>&1 >> ~/.xsession_errors
|
||||||
|
|
||||||
# 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