From 1453dcf200dfda0f69ca50b84e8d3f9c302b8ab1 Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Wed, 14 Dec 2022 18:51:28 +0100 Subject: [PATCH] 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. --- .config/i3/config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.config/i3/config b/.config/i3/config index a9e6deb..52a342e 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -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, \