xinit: xmonad, xcompmgr, feh, unclutter, mowedline
I'm making some changes to my desktop
This commit is contained in:
parent
55e386bf0c
commit
4aff54995e
1 changed files with 5 additions and 1 deletions
6
.xinitrc
6
.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
|
||||
|
|
Loading…
Reference in a new issue