From 1ecacf876203396adc96607c7f23f241a909f424 Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Wed, 14 Dec 2022 18:52:59 +0100 Subject: [PATCH] i3: Add mapping to screenshot the whole screen --- .config/i3/config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/i3/config b/.config/i3/config index 52a342e..f09e614 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -247,7 +247,8 @@ 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 -s -f +bindsym --release Print exec cd ~/pics/screens/ && scrot +bindsym --release Shift+Print exec cd ~/pics/screens/ && scrot -s -f # Zoom links in private browser bindsym $mod+z exec ~/.local/bin/zoom-links