diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-11-07 11:32:27 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-11-07 11:32:27 +0800 |
commit | 71ca28742ac4f93ab2401eaee8e78471c023cd4b (patch) | |
tree | dd7c3921d249151dc3179f015153b9f9833d9d73 /misc/libinput | |
parent | c7ed81e664a592db8fc9a9a6e8f44843de8024a1 (diff) |
Update
Diffstat (limited to 'misc/libinput')
-rw-r--r-- | misc/libinput/00-keyboard.conf | 9 | ||||
-rw-r--r-- | misc/libinput/30-touchpad.conf | 7 |
2 files changed, 0 insertions, 16 deletions
diff --git a/misc/libinput/00-keyboard.conf b/misc/libinput/00-keyboard.conf deleted file mode 100644 index 4aa4ac7..0000000 --- a/misc/libinput/00-keyboard.conf +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
1 | # Written by systemd-localed(8), read by systemd-localed and Xorg. It's | ||
2 | # probably wise not to edit this file manually. Use localectl(1) to | ||
3 | # instruct systemd-localed to update it. | ||
4 | Section "InputClass" | ||
5 | Identifier "system-keyboard" | ||
6 | MatchIsKeyboard "on" | ||
7 | Option "XkbLayout" "us" | ||
8 | Option "XkbOptions" "ctrl:nocaps" | ||
9 | EndSection | ||
diff --git a/misc/libinput/30-touchpad.conf b/misc/libinput/30-touchpad.conf deleted file mode 100644 index b5d4424..0000000 --- a/misc/libinput/30-touchpad.conf +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | # check ~/.local/share/xorg/Xorg.0.log for device name | ||
2 | Section "InputClass" | ||
3 | Identifier "touchpad" | ||
4 | Driver "libinput" | ||
5 | Option "Tapping" "on" | ||
6 | Option "NaturalScrolling" "on" | ||
7 | EndSection | ||