summaryrefslogtreecommitdiffstats
path: root/.xinitrc
blob: ea0b83cea0d2267f2181754fba728ebd8f7c3b9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#_ Modify keys
xmodmap ~/.Xmodmap
#_ Start some programs
xsetroot -solid "#002b36"
numlockx &
emacs --daemon &
xbindkeys &
#_. mpdscribble
pidof mpdscribble >& /dev/null
if [ $? -ne 0 ]
then
    mpdscribble &
fi
#_ Start session
exec ck-launch-session /usr/bin/herbstluftwm 2>&1 >> ~/.xsession_errors
#_ Local Variables
# Local Variables:
# mode: shell-script
# eval: (git-auto-commit-mode 1)
# eval: (allout-mode 1)
# End: