xinit: xmonad, xcompmgr, feh, unclutter, mowedline

I'm making some changes to my desktop
This commit is contained in:
Tom Willemsen 2013-02-15 00:49:00 +01:00
parent 55e386bf0c
commit 4aff54995e

View file

@ -10,6 +10,10 @@ if [ -d /etc/X11/xinit/xinitrc.d ]; then
fi
xflux -l 51.1180 -g 4.0012
unclutter &
mowedline &
xcompmgr -n -r 0 &
feh --bg-tile ~/pictures/wallpapers/wallpaper-864137.jpg
test -n "$1" && wm=$1 || wm="awesome"
test -n "$1" && wm=$1 || wm="xmonad"
exec $wm