From 3ffa0bb9683d4a35ad36e95e463514a056b818a7 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Wed, 28 Sep 2022 19:26:13 +0200 Subject: sway: add binding to capture window --- .config/sway/binds.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/sway/binds.conf b/.config/sway/binds.conf index f895f9b..98db798 100644 --- a/.config/sway/binds.conf +++ b/.config/sway/binds.conf @@ -55,6 +55,7 @@ mode "screengrab" { bindsym a exec grimshot save screen; mode "default" bindsym o exec grimshot save output; mode "default" bindsym s exec grimshot save area; mode "default" + bindsym w exec grimshot save win; mode "default" bindsym c exec grimshot copy area; mode "default" bindsym p exec colorpick; mode "default" -- cgit 1.4.1