diff options
| author | Tim Keller <tjkeller.xyz> | 2025-01-10 09:03:45 -0600 | 
|---|---|---|
| committer | Tim Keller <tjkeller.xyz> | 2025-01-10 09:03:45 -0600 | 
| commit | 14f45b8d5da39782d7ffee7d8dc495badf9b9660 (patch) | |
| tree | 6400c2bb851ecdc109b659b8278100d9ed7fe2d2 | |
| parent | 2f828b690c7d0c75e9145533d146de481fc760a0 (diff) | |
| download | dotconfig-14f45b8d5da39782d7ffee7d8dc495badf9b9660.tar.xz dotconfig-14f45b8d5da39782d7ffee7d8dc495badf9b9660.zip  | |
add xprofile for office pc
| -rwxr-xr-x | x11/xprofile.hp-envy-office | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/x11/xprofile.hp-envy-office b/x11/xprofile.hp-envy-office new file mode 100755 index 0000000..921667f --- /dev/null +++ b/x11/xprofile.hp-envy-office @@ -0,0 +1,3 @@ +#!/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  | 
