diff options
Diffstat (limited to 'yoga/etc/X11')
-rw-r--r-- | yoga/etc/X11/xorg.conf.d/20-keyboard.conf | 5 | ||||
-rw-r--r-- | yoga/etc/X11/xorg.conf.d/30-touchpad.conf | 8 |
2 files changed, 13 insertions, 0 deletions
diff --git a/yoga/etc/X11/xorg.conf.d/20-keyboard.conf b/yoga/etc/X11/xorg.conf.d/20-keyboard.conf new file mode 100644 index 0000000..6421415 --- /dev/null +++ b/yoga/etc/X11/xorg.conf.d/20-keyboard.conf @@ -0,0 +1,5 @@ +Section "InputClass" + Identifier "keyboard defaults" + MatchIsKeyboard "on" + Option "XKbOptions" "compose:ralt" +EndSection diff --git a/yoga/etc/X11/xorg.conf.d/30-touchpad.conf b/yoga/etc/X11/xorg.conf.d/30-touchpad.conf new file mode 100644 index 0000000..2564abe --- /dev/null +++ b/yoga/etc/X11/xorg.conf.d/30-touchpad.conf @@ -0,0 +1,8 @@ +Section "InputClass" + Identifier "touchpad" + Driver "libinput" + MatchIsTouchpad "on" + Option "Tapping" "on" + Option "NaturalScrolling" "on" + Option "ClickMethod" "clickfinger" +EndSection |