From efe7c230621c2176751dd061fd82fb737a296ac6 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Sat, 11 Jun 2022 18:39:41 -0700 Subject: [PATCH] sway: Use Ctrl instead of Alt for notification bindings --- sway/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sway/config b/sway/config index 2aa36d5..9ff82e8 100644 --- a/sway/config +++ b/sway/config @@ -156,7 +156,7 @@ seat seat0 hide_cursor 5000 bindsym $super+x exec cb-clear -bindsym $super+Alt+Space exec makoctl dismiss -bindsym $super+Alt+Backspace exec makoctl restore +bindsym $super+Ctrl+Space exec makoctl dismiss +bindsym $super+Ctrl+Backspace exec makoctl restore include /etc/sway/config.d/*