Change screenshot keybinds

This commit is contained in:
Ivan Bushchik 2024-03-02 14:33:53 +03:00
commit 174e6d509a
No known key found for this signature in database
GPG key ID: 2F16FBF3262E090C

View file

@ -49,9 +49,9 @@ exec swayidle -w timeout 60 '$HOME/.config/sway/lock.sh'
# Screenshots # Screenshots
set $screenshot_file \"$HOME/Pictures/screenshot-$(date '+%Y-%m-%d_%H-%M-%S').png\" set $screenshot_file \"$HOME/Pictures/screenshot-$(date '+%Y-%m-%d_%H-%M-%S').png\"
bindsym Mod3+Shift+3 exec grim $screenshot_file bindsym Mod1+Shift+3 exec grim $screenshot_file
bindsym Mod3+Shift+4 exec (slurp | grim -g- $screenshot_file) bindsym Mod1+Shift+4 exec (slurp | grim -g- $screenshot_file)
bindsym Mod3+Shift+5 exec (swaymsg -t get_tree | jq -r '.. | select(.pid? and .visible?) | "\(.rect.x+.window_rect.x),\(.rect.y+.window_rect.y) \(.window_rect.width)x\(.window_rect.height)"' | slurp | grim -g- $screenshot_file) bindsym Mod1+Shift+5 exec (swaymsg -t get_tree | jq -r '.. | select(.pid? and .visible?) | "\(.rect.x+.window_rect.x),\(.rect.y+.window_rect.y) \(.window_rect.width)x\(.window_rect.height)"' | slurp | grim -g- $screenshot_file)
# Recordings # Recordings