From 7c68e0181743aa703d21dab3326bfbfec91d50e6 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Tue, 4 Aug 2026 15:30:28 +0200 Subject: xorg.conf.d: use the ergol layout for the typematrix keyboard --- keyboards/etc/X11/xorg.conf.d/typematrix.conf | 4 ++-- 1 file 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 -- cgit v1.2.3