commit 075cdebe3fabad91b17f3aef3c8c31f9eaf9274d parent 7d930be2ea7f6affb2ddc28815c425156b24e1eb Author: Chris Bracken <chris@bracken.jp> Date: Wed, 15 Sep 2021 10:35:58 -0700 Sway: use right alt as AltGr/Compose Impossible d'écrire en français sans ça. Diffstat:
M | .config/sway/config | | | 5 | +++-- |
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/.config/sway/config b/.config/sway/config @@ -89,9 +89,10 @@ output * bg ~/Pictures/Desktops/current.png fill # Read `man 5 sway-input` for more information about this section. input * { - # Use US keyboard layout (jp for Japanese layout) use caps as control. + # Use US keyboard layout (jp for Japanese layout) use caps as control, + # right alt as AltGr/Compose for accents. xkb_layout us - xkb_options ctrl:nocaps + xkb_options ctrl:nocaps,compose:ralt # Use natural mouse-wheel scrolling. natural_scroll enabled