diff options
Diffstat (limited to 'configs/work_laptop/.xsessionrc.device')
-rw-r--r-- | configs/work_laptop/.xsessionrc.device | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/configs/work_laptop/.xsessionrc.device b/configs/work_laptop/.xsessionrc.device new file mode 100644 index 000000000000..aa4015e4cf72 --- /dev/null +++ b/configs/work_laptop/.xsessionrc.device @@ -0,0 +1,11 @@ +# natural scrolling - trackpad +xinput --set-prop 'SynPS/2 Synaptics TouchPad' 'libinput Natural Scrolling Enabled' 1 + +# increase cursor speed - trackpad +xinput --set-prop 'SynPS/2 Synaptics 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 |