sway: screenshot shortcut confilct with modifier=Alt

This commit is contained in:
Aleksei Bavshin 2023-02-11 12:36:06 -08:00
commit 0e4e76fee0
No known key found for this signature in database
GPG key ID: 4F071603387A382A

View file

@ -3,6 +3,11 @@
# The image files will be written to XDG_SCREENSHOTS_DIR if this is set
# or defined in user-dirs.dir, or to a fallback location XDG_PICTURES_DIR.
#
# Copy the file to ~/.config/sway/config.d/60-bindings-screenshot.conf (or to
# your $XDG_CONFIG_HOME location if set differently) to be able to overwrite
# existing shortcuts.
# Check 'man grimshot' for additional commands that you may find useful.
#
# Requires: grimshot
bindsym {
@ -12,6 +17,4 @@ bindsym {
Alt+Print exec grimshot save active
# Select and capture a custom rectangular area
Ctrl+Print exec grimshot save area
# Select and capture a single window
$mod+Print exec grimshot save window
}