summaryrefslogtreecommitdiffstats
path: root/.xinitrc
diff options
context:
space:
mode:
Diffstat (limited to '.xinitrc')
-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