From ad45e8d767c947227827ecc848c5cf067d912ffd Mon Sep 17 00:00:00 2001 From: Olivier DOSSMANN Date: Sat, 26 Jun 2021 00:11:09 +0200 Subject: [PATCH] SWAY: correction du raccourci pour la mise en onglets --- .config/sway/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/sway/config b/.config/sway/config index 0717de8..cdb2814 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -150,7 +150,7 @@ input * { # Switch the current container between different layout styles bindsym $mod+s layout stacking - bindsym $mod+w layout tabbed + bindsym $mod+z layout tabbed bindsym $mod+e layout toggle split # Make the current focus fullscreen