i3: change $mod+z screenshot to use fixed filename

This commit is contained in:
xfnw 2023-12-08 16:21:22 -05:00
parent 95383ed628
commit 20ef8069dc
1 changed files with 1 additions and 1 deletions

View File

@ -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/'"