Add keyboard shortcut for toggling floating window in sway
This commit is contained in:
parent
d8321df4b0
commit
5fd7b9df82
1 changed files with 3 additions and 0 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue