Accept other extensions for wallpapers than just jpg
This commit is contained in:
parent
24b4948252
commit
e808adca0c
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,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 "${HOME}/pictures/wallpapers/$(hostname).jpg"
|
feh --bg-tile "$(find ""${HOME}/pictures/wallpapers"" -name $(hostname)'.*')"
|
||||||
|
|
||||||
## 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