diff options
| author | Robert Günzler <r@gnzler.io> | 2022-09-28 19:26:13 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2022-09-28 19:26:13 +0200 |
| commit | 3ffa0bb9683d4a35ad36e95e463514a056b818a7 (patch) | |
| tree | 7302d0e8d2fc334f610f50b36ef74bc780adef56 /.config/sway/binds.conf | |
| parent | f09ba7e251b505166baa1af2ab530b8ee241bd54 (diff) | |
sway: add binding to capture window
Diffstat (limited to '.config/sway/binds.conf')
| -rw-r--r-- | .config/sway/binds.conf | 1 |
1 files changed, 1 insertions, 0 deletions
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" |