summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2013-02-16 10:31:05 +0100
committerGravatar Tom Willemsen2013-02-16 10:31:05 +0100
commit855fc62edb64d91796ea3bfaf039da485cf2d44c (patch)
tree4c98a172befa3c52d91642620f484867f57f5f32
parent5cc3df232d12ae04bce777ec3d14555d832cc896 (diff)
downloaddotfiles-855fc62edb64d91796ea3bfaf039da485cf2d44c.tar.gz
dotfiles-855fc62edb64d91796ea3bfaf039da485cf2d44c.zip
xinit: Use matchbox
-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