diff options
author | Tim Keller <tjkeller.xyz> | 2025-02-22 12:04:58 -0600 |
---|---|---|
committer | Tim Keller <tjkeller.xyz> | 2025-02-22 12:04:58 -0600 |
commit | 31ed35fee0152242ad74f0364119ecc7c00e3ad7 (patch) | |
tree | e205c8de1a00d4f8c9cb395751577996730af31f /x11/xprofile.hp-envy-office | |
parent | 3de53abefb504012a83c00c9cf0bc7b72052d157 (diff) | |
download | dotconfig-31ed35fee0152242ad74f0364119ecc7c00e3ad7.tar.xz dotconfig-31ed35fee0152242ad74f0364119ecc7c00e3ad7.zip |
optimize x11 config
Diffstat (limited to 'x11/xprofile.hp-envy-office')
-rwxr-xr-x | x11/xprofile.hp-envy-office | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/x11/xprofile.hp-envy-office b/x11/xprofile.hp-envy-office index 4236f3c..3a554a0 100755 --- a/x11/xprofile.hp-envy-office +++ b/x11/xprofile.hp-envy-office @@ -1,8 +1,4 @@ #!/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 |