From b778df7f8c30b63472cdb269ed1e051c2652f73a Mon Sep 17 00:00:00 2001 From: Martin Larsson Date: Sun, 11 May 2025 21:36:14 +0200 Subject: [PATCH] Re-enable splitv/h keybinds in sway --- sway/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sway/config b/sway/config index 3e46115..924c680 100644 --- a/sway/config +++ b/sway/config @@ -157,8 +157,8 @@ set $update_status_bar /run/current-system/sw/bin/kill -s 42 $(cat $status_pid_f # Layout stuff: # # Inverse the split to match neovim directions - # bindsym $mod+Shift+v splith - # bindsym $mod+Shift+s splitv + bindsym $mod+Shift+v splith + bindsym $mod+Shift+s splitv # Switch the current container between different layout styles bindsym $mod+Shift+t layout tabbed