set wallpaper directly in xinitrc

This commit is contained in:
Thomas Preisner 2019-09-24 16:42:46 +02:00
parent 4a78784ba2
commit d90d607c35
2 changed files with 3 additions and 1 deletions

View file

@ -9,7 +9,6 @@ hc() {
hc emit_hook reload hc emit_hook reload
xsetroot -solid '#22AA22' xsetroot -solid '#22AA22'
feh --randomize --bg-fill ~/misc/wallpapers
# remove all existing keybindings # remove all existing keybindings
hc keyunbind --all hc keyunbind --all

View file

@ -21,4 +21,7 @@ fi
# autolock on suspend # autolock on suspend
xss-lock -- i3lock --nofork & xss-lock -- i3lock --nofork &
# set background
feh --randomize --bg-fill ~/misc/wallpapers
exec herbstluftwm exec herbstluftwm