From 855fc62edb64d91796ea3bfaf039da485cf2d44c Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sat, 16 Feb 2013 10:31:05 +0100 Subject: xinit: Use matchbox --- .xinitrc | 6 +----- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3-54-g00ecf