From 295117cb5e5497a98218986aaa11d0a144b95b9c Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 17 Jul 2016 22:23:46 +0200 Subject: Set a random wallpaper at startup --- herbstluftwm/.config/herbstluftwm/autostart | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'herbstluftwm/.config') diff --git a/herbstluftwm/.config/herbstluftwm/autostart b/herbstluftwm/.config/herbstluftwm/autostart index 985b89f..8c1b69f 100755 --- a/herbstluftwm/.config/herbstluftwm/autostart +++ b/herbstluftwm/.config/herbstluftwm/autostart @@ -31,7 +31,10 @@ function lock-tag-to-monitor() { # daemons will know to quit and it should be emitted first thing. 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 hc keyunbind --all -- cgit v1.2.3-54-g00ecf