From fc1625c83ac1a3676cf5a29bd12ac4b01324b395 Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Sat, 12 Sep 2020 03:47:26 +0000 Subject: Add settings for libinput --- misc/libinput/00-keyboard.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 misc/libinput/00-keyboard.conf (limited to 'misc/libinput/00-keyboard.conf') diff --git a/misc/libinput/00-keyboard.conf b/misc/libinput/00-keyboard.conf new file mode 100644 index 0000000..4aa4ac7 --- /dev/null +++ b/misc/libinput/00-keyboard.conf @@ -0,0 +1,9 @@ +# Written by systemd-localed(8), read by systemd-localed and Xorg. It's +# probably wise not to edit this file manually. Use localectl(1) to +# instruct systemd-localed to update it. +Section "InputClass" + Identifier "system-keyboard" + MatchIsKeyboard "on" + Option "XkbLayout" "us" + Option "XkbOptions" "ctrl:nocaps" +EndSection -- cgit v1.2.3-70-g09d2