From 01b985fdd9d2d2798c428c3c86942ca3e6289273 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Mon, 13 May 2019 16:40:21 +0100 Subject: Support external mouse for laptop New hardware = new configuration. --- configs/laptop/x_server/.xsessionrc.device | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'configs/laptop/x_server/.xsessionrc.device') diff --git a/configs/laptop/x_server/.xsessionrc.device b/configs/laptop/x_server/.xsessionrc.device index 83ee8caaca19..97c19f216086 100644 --- a/configs/laptop/x_server/.xsessionrc.device +++ b/configs/laptop/x_server/.xsessionrc.device @@ -1,8 +1,14 @@ -# setup OSX style scrolling for laptop +# natural scrolling - trackpad xinput --set-prop 'DLL07BF:01 06CB:7A13 Touchpad' 'libinput Natural Scrolling Enabled' 1 -# increase cursor speed +# increase cursor speed - trackpad xinput --set-prop 'DLL07BF:01 06CB:7A13 Touchpad' 'libinput Accel Speed' 1 +# natural scrolling - mouse +xinput --set-prop 'Logitech USB Receiver Mouse' 'libinput Natural Scrolling Enabled' 1 + +# increase cursor speed - mouse +xinput --set-prop 'Logitech USB Receiver Mouse' 'libinput Accel Speed' 1 + # disable touchscreen on laptop xinput disable 'ELAN Touchscreen' -- cgit 1.4.1