diff options
author | Amin Bandali <amin@aminb.org> | 2018-05-06 02:00:22 -0400 |
---|---|---|
committer | Amin Bandali <amin@aminb.org> | 2018-05-06 02:00:22 -0400 |
commit | 434b1815074ab7f2963711389aa7c891e461729f (patch) | |
tree | 443894850f3dbf398acc24bf5cc519b399b45c32 | |
parent | 0c892839718a0c8c0840ada2dea1c90e3d5b352e (diff) | |
download | configs-434b1815074ab7f2963711389aa7c891e461729f.tar.gz configs-434b1815074ab7f2963711389aa7c891e461729f.tar.xz configs-434b1815074ab7f2963711389aa7c891e461729f.zip |
[rc/libinput] migrate my libinput xorg configuration
-rw-r--r-- | rc.org | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -787,6 +787,22 @@ $clean_ext = "aux out"; # $pdf_previewer = 'exec zathura --synctex-forward -x \'emacsclient --no-wait +%{line} %{input}\' %O %S'; #+end_src +** libinput + +Improve XPS 15 9560's touchpad experience. + +#+begin_src conf :tangle (when (and (eq system-type 'gnu/linux) (string= (system-name) "plasma")) "/sudo::/etc/X11/xorg.conf.d/30-touchpad.conf") +Section "InputClass" + Identifier "libinput touchpad catchall" + Driver "libinput" + MatchIsTouchpad "on" + Option "ClickMethod" "clickfinger" + Option "NaturalScrolling" "true" + Option "Tapping" "on" + Option "TappingButtonMap" "lrm" +EndSection +#+end_src + ** getmail *** getmailrc |