From d90d607c35b8616f92d067a4fc50a7e667d16ae1 Mon Sep 17 00:00:00 2001 From: Thomas Preisner Date: Tue, 24 Sep 2019 16:42:46 +0200 Subject: [PATCH] set wallpaper directly in xinitrc --- config/herbstluftwm/autostart | 1 - xinitrc | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/config/herbstluftwm/autostart b/config/herbstluftwm/autostart index f58c639..ca6d427 100755 --- a/config/herbstluftwm/autostart +++ b/config/herbstluftwm/autostart @@ -9,7 +9,6 @@ hc() { hc emit_hook reload xsetroot -solid '#22AA22' -feh --randomize --bg-fill ~/misc/wallpapers # remove all existing keybindings hc keyunbind --all diff --git a/xinitrc b/xinitrc index f45662e..4335037 100755 --- a/xinitrc +++ b/xinitrc @@ -21,4 +21,7 @@ fi # autolock on suspend xss-lock -- i3lock --nofork & +# set background +feh --randomize --bg-fill ~/misc/wallpapers + exec herbstluftwm