diff options
author | Tim Keller <tjkeller.xyz> | 2025-01-13 08:28:57 -0600 |
---|---|---|
committer | Tim Keller <tjkeller.xyz> | 2025-01-13 08:28:57 -0600 |
commit | ef2efb5d57cd595d83cb2b8624264424d298ebb8 (patch) | |
tree | 4d9f50e7300e1eefd3889368f39d5be9e6d4b2c4 /x11/xprofile.hp-envy-office | |
parent | 14f45b8d5da39782d7ffee7d8dc495badf9b9660 (diff) | |
download | dotconfig-ef2efb5d57cd595d83cb2b8624264424d298ebb8.tar.xz dotconfig-ef2efb5d57cd595d83cb2b8624264424d298ebb8.zip |
unicomp on hp office pc
Diffstat (limited to 'x11/xprofile.hp-envy-office')
-rwxr-xr-x | x11/xprofile.hp-envy-office | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/xprofile.hp-envy-office b/x11/xprofile.hp-envy-office index 921667f..fca8ecd 100755 --- a/x11/xprofile.hp-envy-office +++ b/x11/xprofile.hp-envy-office @@ -1,3 +1,4 @@ #!/bin/sh -xinput --set-prop "pointer:Unicomp Inc Unicomp 10x Kbrd R7_2_w_PS_R7_38" "libinput Accel Speed" 1 # make trackpoint accelerate more -xinput --set-prop 'pointer:Unicomp Inc Unicomp 10x Kbrd R7_2_w_PS_R7_38' 'libinput Scroll Method Enabled' 0 0 1 # enable scroll while holding left + right mouse +xinput set-prop "pointer:Unicomp Inc Unicomp 10x Kbrd R7_2_w_PS_R7_38" "libinput Accel Speed" 1 # make trackpoint accelerate more +xinput set-prop "pointer:Unicomp Inc Unicomp 10x Kbrd R7_2_w_PS_R7_38" "libinput Scroll Method Enabled" 0 0 1 # enable scroll while holding left + right mouse +xinput set-prop "pointer:Unicomp Inc Unicomp 10x Kbrd R7_2_w_PS_R7_38" "Coordinate Transformation Matrix" 2.5 0 0 0 2.5 0 0 0 1 # speed up trackpoint |