diff options
| author | Sébastien Dailly <sebastien@dailly.me> | 2026-08-04 15:31:06 +0200 |
|---|---|---|
| committer | Sébastien Dailly <sebastien@dailly.me> | 2026-08-04 15:40:38 +0200 |
| commit | 201303c858b9cfc6b3fb073b520340d148df799d (patch) | |
| tree | 4c63fbad7934b50a6f81b7296ca71129ac7290ed | |
| parent | 7c68e0181743aa703d21dab3326bfbfec91d50e6 (diff) | |
xorg.conf.d: use the ergol layout for the sofle keyboard
| -rw-r--r-- | keyboards/etc/X11/xorg.conf.d/sofle.conf | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/keyboards/etc/X11/xorg.conf.d/sofle.conf b/keyboards/etc/X11/xorg.conf.d/sofle.conf index facdf54..d36ba28 100644 --- a/keyboards/etc/X11/xorg.conf.d/sofle.conf +++ b/keyboards/etc/X11/xorg.conf.d/sofle.conf @@ -1,16 +1,15 @@ Section "InputClass" # Identifiant que l'on peut choisir soi-même - Identifier "Sofle Bepo" + Identifier "Sofle Ergol" MatchIsKeyboard "on" MatchProduct "Sofle Choc" # Le nom de périphérique correspond au nom que l'on a donné via udev -# MatchDevicePath "/dev/input/typematrix*" - # On choisit la disposition fr-bépo + # On choisit la disposition fr-ergol Option "XkbModel" "pc105" Option "XkbLayout" "fr" - Option "XkbVariant" "bepo" + Option "XkbVariant" "ergol" EndSection |
