diff options
| -rw-r--r-- | .config/sway/binds.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.config/sway/binds.conf b/.config/sway/binds.conf index 498a4df..826a50f 100644 --- a/.config/sway/binds.conf +++ b/.config/sway/binds.conf @@ -38,9 +38,8 @@ mode "screengrab" { bindsym f exec grimshot save screen; mode "default" bindsym s exec grimshot save area; mode "default" bindsym c exec grimshot copy area; mode "default" -bindsym r exec grimshot rec screen; mode "default" bindsym p exec colorpick; mode "default" -bindsym Shift+r exec grimshot rec area; mode "default" + bindsym Escape mode "default" } |