add touchpad options
This commit is contained in:
parent
9fbcc551c3
commit
f83eaef5b2
3
xinitrc
3
xinitrc
|
@ -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) &
|
||||
|
|
Loading…
Reference in New Issue