aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@dailly.me>2026-08-04 15:30:28 +0200
committerSébastien Dailly <sebastien@dailly.me>2026-08-04 15:40:38 +0200
commit7c68e0181743aa703d21dab3326bfbfec91d50e6 (patch)
treeaa5678a70b9b8c96c2da23843a3f77e138888f72
parentffaafb833088e7fa04c79c4c25b130df86291a7e (diff)
xorg.conf.d: use the ergol layout for the typematrix keyboard
-rw-r--r--keyboards/etc/X11/xorg.conf.d/typematrix.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/etc/X11/xorg.conf.d/typematrix.conf b/keyboards/etc/X11/xorg.conf.d/typematrix.conf
index 503aa9f..ce13ff7 100644
--- a/keyboards/etc/X11/xorg.conf.d/typematrix.conf
+++ b/keyboards/etc/X11/xorg.conf.d/typematrix.conf
@@ -9,8 +9,8 @@ Section "InputClass"
# 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