[herbstluftwm] Pick a random wallpaper at startup
This commit is contained in:
parent
3f26b4d138
commit
f49bea5d37
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ hc emit_hook reload
|
||||||
## Background image:
|
## Background image:
|
||||||
|
|
||||||
# Set a random image as the desktop wallpaper.
|
# Set a random image as the desktop wallpaper.
|
||||||
feh --bg-tile "$(find ""${HOME}/pictures/wallpapers"" -name $(hostname)'.*')"
|
feh --bg-tile $(random-wallpaper)
|
||||||
|
|
||||||
## Keybindings:
|
## Keybindings:
|
||||||
# Remove all existing keybindings so that when herbstluftwm is
|
# Remove all existing keybindings so that when herbstluftwm is
|
||||||
|
|
Loading…
Reference in a new issue