From e71824b12d2af7c8681dbf9e18173afc632a696b Mon Sep 17 00:00:00 2001 From: Xamora Date: Fri, 30 Jun 2023 10:54:00 +0200 Subject: [PATCH] Inversement du 6 et 7 --- sway-config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sway-config b/sway-config index fadfa6f..e595031 100644 --- a/sway-config +++ b/sway-config @@ -122,8 +122,8 @@ input * { bindsym $mod+quotedbl workspace 3 bindsym $mod+apostrophe workspace 4 bindsym $mod+parenleft workspace 5 - bindsym $mod+egrave workspace 6 - bindsym $mod+minus workspace 7 + bindsym $mod+minus workspace 6 + bindsym $mod+egrave workspace 7 bindsym $mod+underscore workspace 8 bindsym $mod+ccedilla workspace 9 bindsym $mod+agrave workspace 10 @@ -133,8 +133,8 @@ input * { bindsym $mod+Shift+quotedbl move container to workspace 3 bindsym $mod+Shift+apostrophe move container to workspace 4 bindsym $mod+Shift+parenleft move container to workspace 5 - bindsym $mod+Shift+egrave move container to workspace 6 - bindsym $mod+Shift+minus move container to workspace 7 + bindsym $mod+Shift+minus move container to workspace 6 + bindsym $mod+Shift+egrave move container to workspace 7 bindsym $mod+Shift+underscore move container to workspace 8 bindsym $mod+Shift+ccedilla move container to workspace 9 bindsym $mod+Shift+agrave move container to workspace 10