diff --git a/.config/sway/config b/.config/sway/config index 7f11138..7a40065 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -46,7 +46,10 @@ bindsym $mod+s layout stacking bindsym $mod+w layout tabbed bindsym $mod+e layout toggle split -# toggle tiling / floating +# toggle the current focus between tiling and floating mode +bindsym $mod+Shift+space floating toggle + +# swap focus between the tiling area and the floating area bindsym $mod+space focus mode_toggle # focus the parent container