From 5fd7b9df822d4d3a7eaf8041061b0ed0cb112887 Mon Sep 17 00:00:00 2001 From: Martin Larsson Date: Sat, 6 Dec 2025 17:31:23 +0100 Subject: [PATCH] Add keyboard shortcut for toggling floating window in sway --- sway/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sway/config b/sway/config index 0521d92..f622032 100644 --- a/sway/config +++ b/sway/config @@ -185,6 +185,9 @@ set $update_status_bar /run/current-system/sw/bin/kill -s 42 $(cat $status_pid_f # Make the current focus fullscreen bindsym $mod+Shift+f fullscreen + # Toggle between tiling and floating window + bindsym $mod+f floating toggle + # Move focus to the parent container bindsym $mod+Shift+a focus parent # Resizing containers: