summaryrefslogtreecommitdiffstats
path: root/.xinitrc
diff options
context:
space:
mode:
Diffstat (limited to '.xinitrc')
-rwxr-xr-x.xinitrc6
1 files changed, 1 insertions, 5 deletions
diff --git a/.xinitrc b/.xinitrc
index 66b10f0..3f2f349 100755
--- a/.xinitrc
+++ b/.xinitrc
@@ -9,11 +9,7 @@ if [ -d /etc/X11/xinit/xinitrc.d ]; then
unset f
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="xmonad"
+test -n "$1" && wm=$1 || wm="matchbox-window-manager -use_titlebar no"
exec $wm