New touchpad
parent
84f8ea4afc
commit
d7cccfa5c7
.config/i3
|
@ -325,9 +325,9 @@ exec xrandr --dpi $dpi
|
|||
# set mouse acceleration for various types of devices so it works on multiple laptops
|
||||
exec --no-startup-id xinput set-prop 'FocalTechPS/2 FocalTech Touchpad' 'libinput Accel Speed' 0.8
|
||||
exec --no-startup-id xinput set-prop 'Microsoft Microsoft 3-Button Mouse with IntelliEye(TM)' 'libinput Accel Speed' 0.8
|
||||
exec --no-startup-id xinput set-prop "DLL07A0:01 044E:120B" "libinput Accel Speed" 0.5
|
||||
exec --no-startup-id xinput set-prop "Asus TouchPad" "libinput Accel Speed" 0.65
|
||||
# That one supports tapping but is disabled by default!
|
||||
exec --no-startup-id xinput set-prop "DLL07A0:01 044E:120B" "libinput Tapping Enabled" 1
|
||||
exec --no-startup-id xinput set-prop "Asus TouchPad" "libinput Tapping Enabled" 1
|
||||
|
||||
# GUI for PulseAudio
|
||||
exec pavucontrol
|
||||
|
|
Loading…
Reference in New Issue