From a83c21ca6efaca0a41b018676b4784895c81c5eb Mon Sep 17 00:00:00 2001 From: joachimschmidt557 Date: Thu, 8 Jun 2023 20:12:33 +0200 Subject: [PATCH] sway: add whole screen screenshot keybinding --- sway/config | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sway/config b/sway/config index 574beb4..cc82a07 100644 --- a/sway/config +++ b/sway/config @@ -49,10 +49,13 @@ hide_edge_borders smart # emacs bindsym $mod+Ctrl+Return exec emacs - # Screenshot + # Selection screenshot to clipboard bindsym $mod+y exec slurp | grim -g- - | wl-copy - # Screenshot + # Whole screen screenshot to clipboard + bindsym $mod+Ctrl+y exec grim - | wl-copy + + # Selection screenshot to imv bindsym $mod+Shift+y exec slurp | grim -g- - | imv - # Lock