From ae8de34f698a30ca93910626800b6fb0fbf71b19 Mon Sep 17 00:00:00 2001 From: finga Date: Sun, 26 Jan 2025 14:39:53 +0100 Subject: [PATCH] Extend keybindings for handling tiling/floating modes --- .config/sway/config | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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