Add keyboard shortcut for toggling floating window in sway

This commit is contained in:
Martin Larsson 2025-12-06 17:31:23 +01:00
parent d8321df4b0
commit 5fd7b9df82

View file

@ -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 # Make the current focus fullscreen
bindsym $mod+Shift+f fullscreen bindsym $mod+Shift+f fullscreen
# Toggle between tiling and floating window
bindsym $mod+f floating toggle
# Move focus to the parent container # Move focus to the parent container
bindsym $mod+Shift+a focus parent bindsym $mod+Shift+a focus parent
# Resizing containers: # Resizing containers: