Set a random wallpaper at startup
This commit is contained in:
parent
633291d242
commit
295117cb5e
1 changed files with 4 additions and 1 deletions
|
@ -31,7 +31,10 @@ function lock-tag-to-monitor() {
|
||||||
# daemons will know to quit and it should be emitted first thing.
|
# daemons will know to quit and it should be emitted first thing.
|
||||||
hc emit_hook reload
|
hc emit_hook reload
|
||||||
|
|
||||||
xsetroot -solid '#5A8E3A'
|
## Background image:
|
||||||
|
|
||||||
|
# Set a random image as the desktop wallpaper.
|
||||||
|
feh --bg-tile "$(random-wallpaper)"
|
||||||
|
|
||||||
# remove all existing keybindings
|
# remove all existing keybindings
|
||||||
hc keyunbind --all
|
hc keyunbind --all
|
||||||
|
|
Loading…
Reference in a new issue