Touchpad, mpv bindings, floating window

This commit is contained in:
Ian Keane 2026-08-08 14:31:15 -04:00
parent 6339a9ef31
commit bfff2fbfb5
8 changed files with 303 additions and 79 deletions

View file

@ -0,0 +1,8 @@
Section "InputClass"
Identifier "touchpad"
MatchIsTouchpad "on"
Driver "libinput"
Option "DisableWhileTyping" "true"
Option "Tapping" "on"
Option "NaturalScrolling" "false"
EndSection