xinit: Use matchbox
This commit is contained in:
parent
5cc3df232d
commit
855fc62edb
1 changed files with 1 additions and 5 deletions
6
.xinitrc
6
.xinitrc
|
@ -9,11 +9,7 @@ if [ -d /etc/X11/xinit/xinitrc.d ]; then
|
||||||
unset f
|
unset f
|
||||||
fi
|
fi
|
||||||
|
|
||||||
xflux -l 51.1180 -g 4.0012
|
|
||||||
unclutter &
|
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
|
exec $wm
|
||||||
|
|
Loading…
Reference in a new issue