diff options
author | William Carroll <wpcarro@gmail.com> | 2020-03-05T15·16+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-03-06T10·15+0000 |
commit | 813c7f94de22cb3c4937e6b396d7c71d54525b86 (patch) | |
tree | 3f002f19ec0424e8f1eee503dc4f6fa98e4792d0 /configs/work_laptop/.xsessionrc.device | |
parent | f2d9af274569734c08edee2fbd4895e8704429c3 (diff) |
Drop support for desktop and laptop
As I pruned increasingly more dependencies, the few dependencies that desktop and laptop hosted were too trivial for me to justify supporting. And so, I no longer support them.
Diffstat (limited to 'configs/work_laptop/.xsessionrc.device')
-rw-r--r-- | configs/work_laptop/.xsessionrc.device | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/configs/work_laptop/.xsessionrc.device b/configs/work_laptop/.xsessionrc.device deleted file mode 100644 index aa4015e4cf72..000000000000 --- a/configs/work_laptop/.xsessionrc.device +++ /dev/null @@ -1,11 +0,0 @@ -# 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 |