From 71f39067746cf8779e27fed39137ac055961d8a4 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Sat, 20 Sep 2025 07:25:21 +0200 Subject: [PATCH] feat(sway): azerty or ergol --- sway/.config/sway/config | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/sway/.config/sway/config b/sway/.config/sway/config index 15c04e9..253d593 100644 --- a/sway/.config/sway/config +++ b/sway/.config/sway/config @@ -52,7 +52,8 @@ output * bg ~/Images/Wallpapers/coraill.jpg fill input type:keyboard { xkb_layout "fr" - xkb_variant "" + # xkb_variant "ergol" + xkb_variant "azerty" } input * xkb_numlock enable @@ -166,7 +167,26 @@ bindsym $mod+7 move container to workspace $ws7 bindsym $mod+8 move container to workspace $ws8 bindsym $mod+9 move container to workspace $ws9 - +# bindsym $mod+1 workspace $ws1 +# bindsym $mod+2 workspace $ws2 +# bindsym $mod+3 workspace $ws3 +# bindsym $mod+4 workspace $ws4 +# bindsym $mod+5 workspace $ws5 +# bindsym $mod+6 workspace $ws6 +# bindsym $mod+7 workspace $ws7 +# bindsym $mod+8 workspace $ws8 +# bindsym $mod+9 workspace $ws9 +# +# bindsym $mod+Shift+1 move container to workspace $ws1 +# bindsym $mod+Shift+2 move container to workspace $ws2 +# bindsym $mod+Shift+3 move container to workspace $ws3 +# bindsym $mod+Shift+4 move container to workspace $ws4 +# bindsym $mod+Shift+5 move container to workspace $ws5 +# bindsym $mod+Shift+6 move container to workspace $ws6 +# bindsym $mod+Shift+7 move container to workspace $ws7 +# bindsym $mod+Shift+8 move container to workspace $ws8 +# bindsym $mod+Shift+9 move container to workspace $ws9 +# bindsym $mod+Ctrl+greater move workspace to output right bindsym $mod+Ctrl+less move workspace to output left