From 4aff54995ea1e0238f8af20ca1320a568e683f2f Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Fri, 15 Feb 2013 00:49:00 +0100 Subject: xinit: xmonad, xcompmgr, feh, unclutter, mowedline I'm making some changes to my desktop --- .xinitrc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.xinitrc') 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 -- cgit v1.2.3-54-g00ecf