diff options
author | Karel Kočí <cynerd@email.cz> | 2017-05-04 19:42:50 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2017-05-04 19:42:50 +0200 |
commit | 9fbf8d27ddbfb136351780615d42af82ddb42337 (patch) | |
tree | 8fb757eda7b7cfcaf0a8ad5e74bdbc0c7bf0d477 /system/etc/X11/xorg.conf.d/90-custom-kbd.conf | |
parent | 98305e117e89073e5debca2db60d4cb12b6ad7d0 (diff) | |
download | myconfigs-9fbf8d27ddbfb136351780615d42af82ddb42337.tar.gz myconfigs-9fbf8d27ddbfb136351780615d42af82ddb42337.tar.bz2 myconfigs-9fbf8d27ddbfb136351780615d42af82ddb42337.zip |
Add xorg config
Diffstat (limited to 'system/etc/X11/xorg.conf.d/90-custom-kbd.conf')
-rw-r--r-- | system/etc/X11/xorg.conf.d/90-custom-kbd.conf | 6 |
1 files changed, 6 insertions, 0 deletions
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 |