set wallpaper directly in xinitrc
This commit is contained in:
parent
4a78784ba2
commit
d90d607c35
2 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
3
xinitrc
3
xinitrc
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue