From e5a85e18e6663d34cbe9adb2e44d4013463f3598 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Tue, 12 Sep 2023 19:17:49 -0700 Subject: [PATCH] sway: Use easier bindings for notification commands --- sway/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sway/config b/sway/config index 9ff82e8..607d237 100644 --- a/sway/config +++ b/sway/config @@ -156,7 +156,7 @@ seat seat0 hide_cursor 5000 bindsym $super+x exec cb-clear -bindsym $super+Ctrl+Space exec makoctl dismiss -bindsym $super+Ctrl+Backspace exec makoctl restore +bindsym $super+Backspace exec makoctl dismiss +bindsym $super+Shift+Backspace exec makoctl restore include /etc/sway/config.d/*