From 9547f92da798c7127dc046d7a8258ec6a038197c Mon Sep 17 00:00:00 2001 From: Vladan Popovic Date: Tue, 1 Oct 2024 22:00:55 +0200 Subject: [PATCH] sway: map ctrl+space to 'makoctl dismiss' --- dotfiles/.config/sway/config.d/90-bindings.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotfiles/.config/sway/config.d/90-bindings.conf b/dotfiles/.config/sway/config.d/90-bindings.conf index 51af250..04588c0 100644 --- a/dotfiles/.config/sway/config.d/90-bindings.conf +++ b/dotfiles/.config/sway/config.d/90-bindings.conf @@ -23,6 +23,8 @@ # exit sway (logs you out of your Wayland session) bindsym $mod+Shift+e exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -b 'Yes, exit sway' 'swaymsg exit' + + bindsym ctrl+Space exec makoctl dismiss # # Moving around: #