summaryrefslogtreecommitdiffstats
path: root/.xinitrc
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-04-19 11:29:50 +0200
committerGravatar Tom Willemsen2012-04-19 11:29:50 +0200
commitddc6bafa69cfb4bdc815156ecc7a0b8a21b11e7d (patch)
tree5499dc029af1055051642b2fb5734483e3c63892 /.xinitrc
parent9eec73906cc1066ef43ba2a5f0e3fc6e73b07463 (diff)
downloaddotfiles-ddc6bafa69cfb4bdc815156ecc7a0b8a21b11e7d.tar.gz
dotfiles-ddc6bafa69cfb4bdc815156ecc7a0b8a21b11e7d.zip
.xinitrc
Diffstat (limited to '.xinitrc')
-rw-r--r--.xinitrc10
1 files changed, 4 insertions, 6 deletions
diff --git a/.xinitrc b/.xinitrc
index ea0b83c..38ba974 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -1,21 +1,19 @@
-#_ 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: