Map shift-print to grimshot

This commit is contained in:
Pavle Portic 2024-02-04 20:53:04 +01:00
parent 80a876b103
commit 04449e1477
Signed by: TheEdgeOfRage
GPG Key ID: 66AD4BA646FBC0D2
2 changed files with 1 additions and 2 deletions

View File

@ -170,7 +170,7 @@ bindsym XF86AudioPrev exec "playerctl-wrapper previous"
# Screenshot controls
bindsym Print exec "pyazo --no-save"
bindsym Shift+Print exec "maim /home/pavle/pictures/screenshot.png"
bindsym Shift+Print exec "grimshot save active /home/pavle/pictures/screenshot.png"
bindsym $mod+Print exec "pyazo -d"
# Additional bindings

View File

@ -24,7 +24,6 @@ export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/gcr/ssh"
if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty2 ]]; then
export MOZ_ENABLE_WAYLAND="1"
export XDG_SESSION_TYPE=wayland
export XDG_CURRENT_DESKTOP=sway
export QT_QPA_PLATFORM=wayland-egl
fi