From 20ef8069dc72ecf77adde8bef2c68d02972e2583 Mon Sep 17 00:00:00 2001 From: xfnw Date: Fri, 8 Dec 2023 16:21:22 -0500 Subject: [PATCH] i3: change $mod+z screenshot to use fixed filename --- .config/i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/i3/config b/.config/i3/config index 29bd6d1..aea6d7b 100755 --- a/.config/i3/config +++ b/.config/i3/config @@ -105,7 +105,7 @@ bindsym $mod+space focus mode_toggle # take a screenshot bindsym --release $mod+s exec "scrot -l mode=edge -s -e 'curl -F\\"file=@$f\\" https://0x0.st/ | xclip -selection clipboard; mv $f ~/Pictures/scrot/'" -bindsym --release $mod+z exec "scrot -l mode=edge -e 'mv $f ~/Pictures/scrot/'" +bindsym $mod+z exec "scrot -l mode=edge -oF ~/screen.png" bindsym $mod+shift+s exec "scrot -l mode=edge -e 'curl -F\\"file=@$f\\" https://0x0.st/ | xclip -selection clipboard; mv $f ~/Pictures/scrot/'" #bindsym --release $mod+x exec "scrot -l mode=edge -s -e 'curl -F\\"file=@$f\\" https://xfnw.ttm.sh/u.php | xclip -selection clipboard; mv $f ~/Pictures/scrot/'"