From 805f9814094e0ff47b6d0dda713e017e7e5f2ede Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Mon, 6 Jun 2022 07:57:01 -0700 Subject: [PATCH] sway: Fix collision with vim keybindings --- sway/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sway/config b/sway/config index e655823..2aa36d5 100644 --- a/sway/config +++ b/sway/config @@ -156,7 +156,7 @@ seat seat0 hide_cursor 5000 bindsym $super+x exec cb-clear -bindsym Ctrl+Backspace exec makoctl dismiss -bindsym Ctrl+Alt+Space exec makoctl restore +bindsym $super+Alt+Space exec makoctl dismiss +bindsym $super+Alt+Backspace exec makoctl restore include /etc/sway/config.d/*