diff options
Diffstat (limited to 'configs/work_laptop')
-rw-r--r-- | configs/work_laptop/.Xresources.device | 1 | ||||
-rw-r--r-- | configs/work_laptop/.xsessionrc.device | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/configs/work_laptop/.Xresources.device b/configs/work_laptop/.Xresources.device new file mode 100644 index 000000000000..93a8d7e025dd --- /dev/null +++ b/configs/work_laptop/.Xresources.device @@ -0,0 +1 @@ +XTerm.vt100.faceName: GohuFont 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 |