From f49bea5d377d726fe5be8dd468b1cf4411651177 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sat, 6 Nov 2021 01:06:46 -0700 Subject: [PATCH] [herbstluftwm] Pick a random wallpaper at startup --- herbstluftwm/.config/herbstluftwm/autostart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/herbstluftwm/.config/herbstluftwm/autostart b/herbstluftwm/.config/herbstluftwm/autostart index d3709a1..c42bd13 100755 --- a/herbstluftwm/.config/herbstluftwm/autostart +++ b/herbstluftwm/.config/herbstluftwm/autostart @@ -40,7 +40,7 @@ hc emit_hook reload ## Background image: # Set a random image as the desktop wallpaper. -feh --bg-tile "$(find ""${HOME}/pictures/wallpapers"" -name $(hostname)'.*')" +feh --bg-tile $(random-wallpaper) ## Keybindings: # Remove all existing keybindings so that when herbstluftwm is