sway: Mejorar keybindings de splitteo

This commit is contained in:
Cat /dev/Nulo 2022-03-05 20:12:41 -03:00
parent ef2e38c963
commit ab8a5250ab

View file

@ -129,10 +129,11 @@ input * {
#
bindsym $mod+w layout toggle split tabbed stacking
bindsym $mod+e layout toggle split
bindsym $mod+v split toggle
bindsym $mod+s sticky toggle
# Make the current focus fullscreen
bindsym $mod+a fullscreen
bindsym $mod+f fullscreen
# Toggle the current focus between tiling and floating mode
bindsym $mod+Shift+space floating toggle
@ -141,7 +142,7 @@ input * {
bindsym $mod+space focus mode_toggle
# Move focus to the parent container
# bindsym $mod+a focus parent
bindsym $mod+a focus parent
#
# Scratchpad:
#