summaryrefslogtreecommitdiffstats
path: root/.xinitrc
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-05-20 13:21:52 +0200
committerGravatar Tom Willemsen2012-05-20 13:21:52 +0200
commit4817fef30e197cd6f047b91c0685a6acf0526591 (patch)
treec52b5adc69debc4b09d4fc981db4428c9cc166cd /.xinitrc
parentfee4d8dfd7fa4b12264564f32d68ac5d52ac5fa1 (diff)
downloaddotfiles-4817fef30e197cd6f047b91c0685a6acf0526591.tar.gz
dotfiles-4817fef30e197cd6f047b91c0685a6acf0526591.zip
.xinitrc
Diffstat (limited to '.xinitrc')
-rw-r--r--.xinitrc4
1 files changed, 1 insertions, 3 deletions
diff --git a/.xinitrc b/.xinitrc
index 38ba974..b51c5b9 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -3,7 +3,6 @@ xmodmap ~/.Xmodmap
xsetroot -solid "#002b36"
numlockx &
emacs --daemon &
-xbindkeys &
pidof mpdscribble >& /dev/null
if [ $? -ne 0 ]
@@ -11,8 +10,7 @@ then
mpdscribble &
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:
# mode: shell-script
# eval: (git-auto-commit-mode 1)