summaryrefslogtreecommitdiff
path: root/x11/xprofile.hp-envy-office
blob: 4236f3c1d0c49440430607b98e40fe9bf55f0cd9 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
xrdb -merge $X11CONFIG/Xresources.desktop 2>/dev/null & xrdbpid=$!

# set options for unicomp pointer
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

wait $xrdbpid # wait for xrdb like in base xprofile