summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2013-02-15 00:49:00 +0100
committerGravatar Tom Willemsen2013-02-15 00:49:00 +0100
commit4aff54995ea1e0238f8af20ca1320a568e683f2f (patch)
tree7bbda8822a76ff6066b346e8d5046655189b949f
parent55e386bf0c0b6a98ce295366bb4f31c00f048e16 (diff)
downloaddotfiles-4aff54995ea1e0238f8af20ca1320a568e683f2f.tar.gz
dotfiles-4aff54995ea1e0238f8af20ca1320a568e683f2f.zip
xinit: xmonad, xcompmgr, feh, unclutter, mowedline
I'm making some changes to my desktop
-rwxr-xr-x.xinitrc6
1 files changed, 5 insertions, 1 deletions
diff --git a/.xinitrc b/.xinitrc
index 861a0d6..66b10f0 100755
--- a/.xinitrc
+++ b/.xinitrc
@@ -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