aboutsummaryrefslogtreecommitdiffstats
path: root/herbstluftwm/.config
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-07-17 22:23:46 +0200
committerGravatar Tom Willemse2016-07-17 22:23:46 +0200
commit295117cb5e5497a98218986aaa11d0a144b95b9c (patch)
treee58caf7c3c92c027f0202a11e6540711c83cb85b /herbstluftwm/.config
parent633291d2429d3b94a63a4f2c74fcc81acea00b49 (diff)
downloadnew-dotfiles-295117cb5e5497a98218986aaa11d0a144b95b9c.tar.gz
new-dotfiles-295117cb5e5497a98218986aaa11d0a144b95b9c.zip
Set a random wallpaper at startup
Diffstat (limited to 'herbstluftwm/.config')
-rwxr-xr-xherbstluftwm/.config/herbstluftwm/autostart5
1 files changed, 4 insertions, 1 deletions
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