Touchpad, mpv bindings, floating window
This commit is contained in:
parent
6339a9ef31
commit
bfff2fbfb5
8 changed files with 303 additions and 79 deletions
8
config/xorg.conf.d/70-touchpad.conf
Normal file
8
config/xorg.conf.d/70-touchpad.conf
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
Section "InputClass"
|
||||
Identifier "touchpad"
|
||||
MatchIsTouchpad "on"
|
||||
Driver "libinput"
|
||||
Option "DisableWhileTyping" "true"
|
||||
Option "Tapping" "on"
|
||||
Option "NaturalScrolling" "false"
|
||||
EndSection
|
||||
Loading…
Add table
Add a link
Reference in a new issue