summary refs log tree commit diff
path: root/.config/sway
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2020-06-24 12:29:59 +0200
committerRobert Günzler <r@gnzler.io>2020-06-24 12:29:59 +0200
commit0a1138f3d0b4f654041d4861810ef96d902886b3 (patch)
tree40b8b7e2d55970ac6f8e0a9afb12106bdb169d8f /.config/sway
parent5129125aad6ef6495848464a93715ab3a4716418 (diff)
sway: remove 'grimshot rec' binds
Diffstat (limited to '.config/sway')
-rw-r--r--.config/sway/binds.conf3
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"
 }