From 576646e646c62cf5ee1130b66082e5d27c26e708 Mon Sep 17 00:00:00 2001 From: James Patrick Date: Thu, 23 May 2019 22:39:23 -0400 Subject: [PATCH] Switched menu to super+space. Also switched focus mode_toggle --- sway/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sway/config b/sway/config index 3e8409b..7cef047 100644 --- a/sway/config +++ b/sway/config @@ -101,7 +101,7 @@ bindsym $mod+Return exec $term bindsym $mod+q kill # start your launcher -bindsym $mod+d exec $menu +bindsym $mod+space exec $menu # Drag floating windows by holding down $mod and left mouse button. # Resize them with right mouse button + $mod. @@ -200,7 +200,7 @@ bindsym $mod+Shift+s sticky toggle bindsym $mod+Shift+space floating toggle # Swap focus between the tiling area and the floating area -bindsym $mod+space focus mode_toggle +bindsym $mod+d focus mode_toggle # move focus to the parent container bindsym $mod+a focus parent