i3: Fix screenshotting with scrot

scrot parses `-sf` as `-s f` and complains about the invalid argument. I
This seem to have come with a newer version as I believe that this
mapping used to work.
This commit is contained in:
2022-12-14 18:51:28 +01:00
parent 8cf2a8d421
commit 1453dcf200

View File

@@ -247,9 +247,11 @@ for_window [class="^$TERMINAL-256color$" title="^polybar-wlan$"] \
bindsym $mod+c exec ~/.config/polybar/scripts/calendar.sh -t &
# screenshots
bindsym --release Print exec cd ~/pics/screens/ && scrot -sf
bindsym --release Print exec cd ~/pics/screens/ && scrot -s -f
# Zoom links in private browser
bindsym $mod+z exec ~/.local/bin/zoom-links
# Monitor selection with fzf
for_window [class="^$TERMINAL-256color$" title="^fzf-monitor-setup$"] \
floating enable, \