From 9fbf8d27ddbfb136351780615d42af82ddb42337 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 4 May 2017 19:42:50 +0200 Subject: Add xorg config --- system/etc/X11/xorg.conf.d/90-custom-kbd.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 system/etc/X11/xorg.conf.d/90-custom-kbd.conf (limited to 'system/etc/X11/xorg.conf.d/90-custom-kbd.conf') diff --git a/system/etc/X11/xorg.conf.d/90-custom-kbd.conf b/system/etc/X11/xorg.conf.d/90-custom-kbd.conf new file mode 100644 index 0000000..72f1dba --- /dev/null +++ b/system/etc/X11/xorg.conf.d/90-custom-kbd.conf @@ -0,0 +1,6 @@ +Section "InputClass" + Identifier "keyboard defaults" + MatchIsKeyboard "on" + + Option "XKbOptions" "caps:escape" +EndSection -- cgit v1.2.3