From eb3eab92ae90c262a13a5f642580e219ad9d931b Mon Sep 17 00:00:00 2001 From: Gregory Trolliet Date: Thu, 19 Dec 2024 17:43:48 +0100 Subject: [PATCH] [sway] Fixe le raccourcis pour splith --- .config/sway/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/sway/config b/.config/sway/config index dc16484..ec84739 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -222,7 +222,7 @@ bindsym $mod+Ctrl+Down move workspace to output down # You can "split" the current object of your focus with # $mod+b or $mod+v, for horizontal and vertical splits # respectively. -bindsym $mod+b splih +bindsym $mod+b splith bindsym $mod+v splitv # Switch the current container between different layout styles