diff options
-rw-r--r-- | solanum/sway/config | 12 | ||||
-rw-r--r-- | solanum/xkb/symbols/custom-fr | 10 |
2 files changed, 11 insertions, 11 deletions
diff --git a/solanum/sway/config b/solanum/sway/config index ece8b14..631f30c 100644 --- a/solanum/sway/config +++ b/solanum/sway/config @@ -125,9 +125,9 @@ bindsym $mod+minus workspace 6 bindsym $mod+dead_grave workspace 7 bindsym $mod+underscore workspace 8 bindsym $mod+ccedilla workspace 9 -bindsym $mod+parenright workspace 10 -bindsym $mod+braceright workspace 11 -bindsym $mod+bracketright workspace 12 +bindsym $mod+braceright workspace 10 +bindsym $mod+parenright workspace 11 +bindsym $mod+equal workspace 12 workspace_auto_back_and_forth yes @@ -141,9 +141,9 @@ bindsym $mod+Shift+minus move container to workspace 6 bindsym $mod+Shift+dead_grave 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+parenright move container to workspace 10 -bindsym $mod+Shift+braceright move container to workspace 11 -bindsym $mod+Shift+bracketright move container to workspace 12 +bindsym $mod+Shift+braceright move container to workspace 10 +bindsym $mod+Shift+parenright move container to workspace 11 +bindsym $mod+Shift+equal move container to workspace 12 # Multi monitor setup workspace 1 output DP-4 DP-6 HDMI-A-1 eDP-1 diff --git a/solanum/xkb/symbols/custom-fr b/solanum/xkb/symbols/custom-fr index 3869b42..6480102 100644 --- a/solanum/xkb/symbols/custom-fr +++ b/solanum/xkb/symbols/custom-fr @@ -1180,7 +1180,7 @@ xkb_symbols "(unnamed)" { #}; key <TLDE> { type= "FOUR_LEVEL", - symbols[Group1]= [ bracketleft, at, twosuperior, threesuperior ] + symbols[Group1]= [ asciicircum, bracketleft, twosuperior, threesuperior ] }; #key <AE01> { @@ -1253,7 +1253,7 @@ xkb_symbols "(unnamed)" { #}; key <AE10> { type= "FOUR_LEVEL", - symbols[Group1]= [ parenright, 0, at, Agrave ] + symbols[Group1]= [ braceright, 0, at, Agrave ] }; #key <AE11> { @@ -1262,7 +1262,7 @@ xkb_symbols "(unnamed)" { #}; key <AE11> { type= "FOUR_LEVEL", - symbols[Group1]= [ braceright, equal, bracketright, degree ] + symbols[Group1]= [ parenright, bracketright, bracketright, degree ] }; #key <AE12> { @@ -1271,7 +1271,7 @@ xkb_symbols "(unnamed)" { #}; key <AE12> { type= "FOUR_LEVEL", - symbols[Group1]= [ bracketright, plus, notequal, plusminus ] + symbols[Group1]= [ equal, plus, notequal, plusminus ] }; key <BKSP> { [ BackSpace, BackSpace ] }; @@ -1327,7 +1327,7 @@ xkb_symbols "(unnamed)" { #}; key <AD12> { type= "FOUR_LEVEL", - symbols[Group1]= [ dollar, asciicircum, oslash, Oslash ] + symbols[Group1]= [ dollar, at, oslash, Oslash ] }; key <RTRN> { [ Return ] }; |