summaryrefslogtreecommitdiffstats
path: root/.xinitrc
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-02-23 12:41:38 +0100
committerGravatar Tom Willemsen2012-02-23 12:41:38 +0100
commitc834bfb4b5fca06ac0255da05dcabe6e28d6f68d (patch)
treec5c5bb36625993a98527b9c45bcccf4ccee24767 /.xinitrc
parent658c026740300f59c3b8bacc26abb9c6bfd2b24b (diff)
downloaddotfiles-c834bfb4b5fca06ac0255da05dcabe6e28d6f68d.tar.gz
dotfiles-c834bfb4b5fca06ac0255da05dcabe6e28d6f68d.zip
.xinitrc
Diffstat (limited to '.xinitrc')
-rw-r--r--.xinitrc24
1 files changed, 12 insertions, 12 deletions
diff --git a/.xinitrc b/.xinitrc
index 27fe3f6..e637ab5 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -1,26 +1,26 @@
-# -*- mode: shell-script; eval: (git-auto-commit-mode 1) -*-
-
-# -----[ Modify keys ]------------------------------------------------
+#_ Modify keys
xmodmap ~/.Xmodmap
-
-# -----[ Start some programs ]----------------------------------------
+#_ Start some programs
numlockx &
emacs --daemon &
xbindkeys &
-
-# mpdscribble
+#_. mpdscribble
pidof mpdscribble >& /dev/null
if [ $? -ne 0 ]
then
mpdscribble &
fi
-
+#_. mpdnotify
mpc idleloop player | { while read; do notify-send "`mpc current`"; done } &
-
-# -----[ Start notifier ]---------------------------------------------
+#_ Start notifier
/usr/bin/dunst \
-fn "-misc-tamsyn-medium-r-normal-*-14-*-*-*-*-*-iso8859-*" \
-nb "#000000" -nf "#15abc3" &
-
-# -----[ Start session ]----------------------------------------------
+#_ 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: