aboutsummaryrefslogtreecommitdiff
path: root/.local
diff options
context:
space:
mode:
authorBlista Kanjo2024-02-11 19:44:06 -0500
committerBlista Kanjo2024-02-11 19:44:06 -0500
commitf8356a46db7bcffcba93e2715eeb796f0b41f3cb (patch)
treea24308273adc8d30e2ca8265b503e096136f6c2b /.local
parent68b52bd0de4865bca797ae130f71cf2b99936dd2 (diff)
feat: add `Compx 2.4G Receiver Mouse`
Diffstat (limited to '.local')
-rwxr-xr-x.local/bin/awesome-xinputD1
1 files changed, 1 insertions, 0 deletions
diff --git a/.local/bin/awesome-xinputD b/.local/bin/awesome-xinputD
index ca54177..b8293d9 100755
--- a/.local/bin/awesome-xinputD
+++ b/.local/bin/awesome-xinputD
@@ -4,6 +4,7 @@ apply_settings() {
sleep 2
xinput set-prop pointer:"Logitech USB Trackball" "libinput Accel Speed" 1.000000
xinput set-prop pointer:"SteelSeries SteelSeries Rival 310 eSports Mouse" "libinput Accel Speed" 0.300000
+ xinput set-prop pointer:"Compx 2.4G Receiver Mouse" "libinput Accel Speed" 1.000000
if [ -f ~/.Xmodmap ]; then xmodmap ~/.Xmodmap; fi
}