From aa77450480d89ba867b18a066b6b080e29ade65c Mon Sep 17 00:00:00 2001 From: Wryn Wagner Date: Thu, 17 Sep 2020 16:28:03 -0600 Subject: [PATCH] fixed recursive wallpaper randomizer --- config/i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/i3/config b/config/i3/config index 677bc84..469545c 100644 --- a/config/i3/config +++ b/config/i3/config @@ -151,7 +151,7 @@ mode "resize" { bindsym $mod+r mode "resize" -bindsym $mod+p exec --no-startup-id feh --randomize --bg-fill /home/w0ryn/.wallpaper/* /home/w0ryn/.wallpaper/* /home/w0ryn/.wallpaper/* +bindsym $mod+p exec --no-startup-id feh --recursive --randomize --bg-fill /home/w0ryn/.wallpaper/* # Set parent container to full screen bindsym $mod+Shift+f focus parent; fullscreen; focus child