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 +++++++++ misc/libinput/30-touchpad.conf | 7 +++++++ 2 files changed, 16 insertions(+) create mode 100644 misc/libinput/00-keyboard.conf create mode 100644 misc/libinput/30-touchpad.conf (limited to 'misc/libinput') 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 diff --git a/misc/libinput/30-touchpad.conf b/misc/libinput/30-touchpad.conf new file mode 100644 index 0000000..b5d4424 --- /dev/null +++ b/misc/libinput/30-touchpad.conf @@ -0,0 +1,7 @@ +# check ~/.local/share/xorg/Xorg.0.log for device name +Section "InputClass" + Identifier "touchpad" + Driver "libinput" + Option "Tapping" "on" + Option "NaturalScrolling" "on" +EndSection -- cgit v1.2.3-70-g09d2