sway/.config/sway/available/keybinds/movement.conf

25 lines
615 B
Plaintext

# Sway Config: Movement Key bindings
#
# Thurstylark
# Split the current container
bindsym $mod+b splitv
bindsym $mod+v splith
# Switch the current container between different layout styles
bindsym $mod+s layout stacking
bindsym $mod+w layout tabbed
bindsym $mod+e layout toggle split
# Make the current focus fullscreen
bindsym $mod+f fullscreen
# 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
# Move focus to the parent container
bindsym $mod+a focus parent