aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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