From f83eaef5b2a37d4daaf144a104de32d75f4e784d Mon Sep 17 00:00:00 2001 From: ray Date: Sat, 26 Dec 2020 13:56:17 +0000 Subject: [PATCH] add touchpad options --- xinitrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xinitrc b/xinitrc index 7595647..8770528 100644 --- a/xinitrc +++ b/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) &