sway: Mejorar keybindings de splitteo
This commit is contained in:
parent
ef2e38c963
commit
ab8a5250ab
1 changed files with 3 additions and 2 deletions
|
@ -129,10 +129,11 @@ input * {
|
||||||
#
|
#
|
||||||
bindsym $mod+w layout toggle split tabbed stacking
|
bindsym $mod+w layout toggle split tabbed stacking
|
||||||
bindsym $mod+e layout toggle split
|
bindsym $mod+e layout toggle split
|
||||||
|
bindsym $mod+v split toggle
|
||||||
bindsym $mod+s sticky toggle
|
bindsym $mod+s sticky toggle
|
||||||
|
|
||||||
# Make the current focus fullscreen
|
# Make the current focus fullscreen
|
||||||
bindsym $mod+a fullscreen
|
bindsym $mod+f fullscreen
|
||||||
|
|
||||||
# Toggle the current focus between tiling and floating mode
|
# Toggle the current focus between tiling and floating mode
|
||||||
bindsym $mod+Shift+space floating toggle
|
bindsym $mod+Shift+space floating toggle
|
||||||
|
@ -141,7 +142,7 @@ input * {
|
||||||
bindsym $mod+space focus mode_toggle
|
bindsym $mod+space focus mode_toggle
|
||||||
|
|
||||||
# Move focus to the parent container
|
# Move focus to the parent container
|
||||||
# bindsym $mod+a focus parent
|
bindsym $mod+a focus parent
|
||||||
#
|
#
|
||||||
# Scratchpad:
|
# Scratchpad:
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue