.xinitrc
This commit is contained in:
parent
9eec73906c
commit
ddc6bafa69
1 changed files with 4 additions and 6 deletions
10
.xinitrc
10
.xinitrc
|
@ -1,21 +1,19 @@
|
||||||
#_ Modify keys
|
|
||||||
xmodmap ~/.Xmodmap
|
xmodmap ~/.Xmodmap
|
||||||
#_ Start some programs
|
|
||||||
xsetroot -solid "#002b36"
|
xsetroot -solid "#002b36"
|
||||||
numlockx &
|
numlockx &
|
||||||
emacs --daemon &
|
emacs --daemon &
|
||||||
xbindkeys &
|
xbindkeys &
|
||||||
#_. mpdscribble
|
|
||||||
pidof mpdscribble >& /dev/null
|
pidof mpdscribble >& /dev/null
|
||||||
if [ $? -ne 0 ]
|
if [ $? -ne 0 ]
|
||||||
then
|
then
|
||||||
mpdscribble &
|
mpdscribble &
|
||||||
fi
|
fi
|
||||||
#_ Start session
|
|
||||||
exec ck-launch-session /usr/bin/herbstluftwm 2>&1 >> ~/.xsession_errors
|
exec ck-launch-session /usr/bin/herbstluftwm 2>&1 >> ~/.xsession_errors
|
||||||
#_ Local Variables
|
|
||||||
# Local Variables:
|
# Local Variables:
|
||||||
# mode: shell-script
|
# mode: shell-script
|
||||||
# eval: (git-auto-commit-mode 1)
|
# eval: (git-auto-commit-mode 1)
|
||||||
# eval: (allout-mode 1)
|
|
||||||
# End:
|
# End:
|
||||||
|
|
Loading…
Reference in a new issue