From 4e5783bcd3f018a5562bd66f3b58484d16da44c2 Mon Sep 17 00:00:00 2001 From: morten-b <32033374+morten-b@users.noreply.github.com> Date: Fri, 22 Jan 2021 14:50:08 +0100 Subject: [PATCH] Fix bindsym for powermenu --- .config/sway/config.d/default | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/sway/config.d/default b/.config/sway/config.d/default index 4294a04..851c4de 100644 --- a/.config/sway/config.d/default +++ b/.config/sway/config.d/default @@ -38,7 +38,7 @@ exec swayidle -w\ bindsym $mod+Return exec $term # Open the power menu - bindsym $mod+Shift+e mode $powermenu + bindsym $mod+Shift+e exec $powermenu # Kill focused window bindsym $mod+q kill