From 93f544562c69393920691afebb44a3028945a2b6 Mon Sep 17 00:00:00 2001 From: tk1rk Date: Sat, 20 May 2023 04:58:06 +0200 Subject: [PATCH] Update 'etc/X11/xorg.conf.d/00-keyboard.conf' --- etc/X11/xorg.conf.d/00-keyboard.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/etc/X11/xorg.conf.d/00-keyboard.conf b/etc/X11/xorg.conf.d/00-keyboard.conf index d34ee36..6b1ba47 100644 --- a/etc/X11/xorg.conf.d/00-keyboard.conf +++ b/etc/X11/xorg.conf.d/00-keyboard.conf @@ -1,6 +1,6 @@ Section "InputClass" - Identifier "system-keyboard" - MatchIsKeyboard "on" - Option "XkbLayout" "us" - Option "XkbModel" "pc105 + Identifier "system-keyboard" + MatchIsKeyboard "on" + Option "XkbLayout" "us" + Option "XkbModel" "pc105 EndSection \ No newline at end of file