aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrumeet <17158086+Trumeet@users.noreply.github.com>2020-02-27 18:34:34 -0800
committerTrumeet <17158086+Trumeet@users.noreply.github.com>2020-02-27 18:34:34 -0800
commit0aae97a828d31fd5f6ee914eebbc40c02d63bd3f (patch)
tree2f220186612537fdb26c8692692c6bd8539d79bf
parente1ab3594dfd727496bd460f017eaf5490ec293e1 (diff)
downloaddotfiles-0aae97a828d31fd5f6ee914eebbc40c02d63bd3f.tar
dotfiles-0aae97a828d31fd5f6ee914eebbc40c02d63bd3f.tar.gz
dotfiles-0aae97a828d31fd5f6ee914eebbc40c02d63bd3f.tar.bz2
dotfiles-0aae97a828d31fd5f6ee914eebbc40c02d63bd3f.zip
fix(i3): no startup id for changing wallpaperHEADmaster
-rw-r--r--i3/.config/i3/config2
1 files changed, 1 insertions, 1 deletions
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/*