fix wallpaper bug with i3

This commit is contained in:
2022-11-15 10:51:43 -07:00
parent 991f7aee59
commit 6f1f994625
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -9,7 +9,7 @@
#
# Please see https://i3wm.org/docs/userguide.html for a complete reference!
#exec_always --no-startup-id wal -i ~/.wallpapers/
# exec_always --no-startup-id wal -e -i ~/.wallpapers/
set $mod Mod4
@@ -58,7 +58,7 @@ bindsym $mod+Shift+q kill
bindsym $mod+d exec "rofi -combi-modi window,drun -show combi -modi combi -show-icons"
bindsym $mod+p exec rofi-pass
bindsym --release Print exec --no-startup-id /home/frosty/.scripts/screenshot-to-clipboard.sh
bindsym $mod+Print exec --no-startup-id /home/frosty/.scripts/screenshot-active-to-clipboard.sh
bindsym --release $mod+Print exec --no-startup-id /home/frosty/.scripts/screenshot-active-to-clipboard.sh
bindsym $mod+Shift+c exec --no-startup-id ~/Programs/Rust/UnifiedCopyPaste/scripts/rofi-clipboard-selector.sh
bindsym $mod+x [urgent=latest] focus
bindsym $mod+c exec "rofi -show calc -modi calc -no-show-match -no-sort"