From 0aae97a828d31fd5f6ee914eebbc40c02d63bd3f Mon Sep 17 00:00:00 2001 From: Trumeet <17158086+Trumeet@users.noreply.github.com> Date: Thu, 27 Feb 2020 18:34:34 -0800 Subject: fix(i3): no startup id for changing wallpaper --- i3/.config/i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 57ce3b1..733da4d 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -165,4 +165,4 @@ exec --no-startup-id dex -a -s /etc/xdg/autostart/:~/.config/autostart/ # without --no-startup-id will make cursor remain in waiting mode. # This only appears with startx rather tha lxdm exec --no-startup-id feh --randomize --bg-scale ~/Pictures/Wallpapers/* -bindsym $mod+Shift+w exec feh --randomize --bg-scale ~/Pictures/Wallpapers/* +bindsym $mod+Shift+w exec --no-startup-id feh --randomize --bg-scale ~/Pictures/Wallpapers/* -- cgit v1.2.3