From ab8a5250ab28925296ae1c0aac0b278ec771ecee Mon Sep 17 00:00:00 2001 From: Nulo Date: Sat, 5 Mar 2022 20:12:41 -0300 Subject: [PATCH] sway: Mejorar keybindings de splitteo --- .config/sway/config | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.config/sway/config b/.config/sway/config index 1531828..9f6362a 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -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: #