From 7ec73fc11ca90d0152e34591e99be498e2145480 Mon Sep 17 00:00:00 2001 From: iamcheeseman Date: Fri, 17 Apr 2026 20:26:46 -0400 Subject: xinit: lower mouse sens --- .xinitrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.xinitrc b/.xinitrc index 4df40fe..ab66564 100644 --- a/.xinitrc +++ b/.xinitrc @@ -2,7 +2,7 @@ export XDG_SESSION_TYPE="x11" setxkbmap -layout eu -option grp:caps_toggle xrandr --output HDMI-A-1 --mode 1920x1080 --rate 240 --primary -xinput --set-prop 13 "libinput Accel Speed" -0.75 +xinput --set-prop 13 "libinput Accel Speed" -0.9 # dwm_status.sh & -- cgit v1.3-2-g0d8e