add touchpad options

This commit is contained in:
Ray Elliott 2020-12-26 13:56:17 +00:00
parent 9fbcc551c3
commit f83eaef5b2
1 changed files with 3 additions and 0 deletions

View File

@ -57,6 +57,9 @@ xset m 0 0
# reassign AltGR to Super_L
xmodmap -e "keycode 108 = Super_L"
xinput 'HAILUCK CO.,LTD USB KEYBOARD Mouse' 'libinput Middle Emulation Enabled' 1
xinput 'HAILUCK CO.,LTD USB KEYBOARD Mouse' 'libinput Scroll Method Enabled' 0 0 1
# disable DPMS and screensaving - doesn't work without a dely
# TODO does this now work with a dely?
(sleep 5s && xset s off -dpms) &