summaryrefslogtreecommitdiffstats
path: root/.xinitrc
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-10-11 22:17:13 +0200
committerGravatar Tom Willemsen2011-10-11 22:17:13 +0200
commit7f2acb2e684cef03561dee1d1371ddca3c3e2d04 (patch)
tree4be5287bc3dba59a89fa47821e6c0b65a2faf77f /.xinitrc
parent90fd54383f1d12ba5301173dc371ed1e9875767c (diff)
downloaddotfiles-7f2acb2e684cef03561dee1d1371ddca3c3e2d04.tar.gz
dotfiles-7f2acb2e684cef03561dee1d1371ddca3c3e2d04.zip
XINIT: replace habak with xsetroot
Diffstat (limited to '.xinitrc')
-rw-r--r--.xinitrc21
1 files changed, 14 insertions, 7 deletions
diff --git a/.xinitrc b/.xinitrc
index c64990e..5305d1b 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -1,14 +1,14 @@
# -*- mode: shell-script -*-
-habak -mp 0,0 ~/pictures/wallpapers/1680x1050 \
- -mp -0,0 ~/pictures/wallpapers/1280x1024
+# -----[ Set background ]---------------------------------------------
+xsetroot -solid black
+
+# -----[ Modify keys ]------------------------------------------------
xmodmap ~/.Xmodmap
+
+# -----[ Start some programs ]----------------------------------------
conky
numlockx &
-while :; do
- xsetroot -name "`~/.rootname.scm`"
- sleep 1m
-done &
# mpdscribble
pidof mpdscribble >& /dev/null
@@ -17,4 +17,11 @@ then
mpdscribble &
fi
-exec ~/development/projects/dwm/dwm
+# -----[ Repeatedly set rootname ]------------------------------------
+while :; do
+ xsetroot -name "`~/.rootname.scm`"
+ sleep 1m
+done &
+
+# -----[ Start session ]----------------------------------------------
+exec ck-launch-session ~/development/projects/dwm/dwm