commit 73453cc44a57723d7d40954e2375986fb264cfb0
parent 1e59da141099154fcb903a36782bd897ca638a9d
Author: Jake Koroman <jakekoroman@proton.me>
Date: Thu, 19 Sep 2024 18:06:20 -0400
fix desktop config.
Diffstat:
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/device-specific/desktop/river b/device-specific/desktop/river
@@ -1,5 +1,13 @@
# symlinked to ~/.config/river/device included at the bottom of rivers init script
+configure_mouse() {
+ riverctl input "$1" accel-profile flat
+ riverctl input "$1" pointer-accel -0.15
+}
+
+configure_mouse "pointer-1133-50504-Logitech_USB_Receiver_Mouse"
+configure_mouse "pointer-9610-8231-Glorious_Model_O_PRO_Wireless"
+
wlr-randr --output DP-2 --mode 1920x1080@143.854996Hz --pos 0,0 --output DP-3 --mode 2560x1440@144.005997Hz --pos 1920,0 &
emacs --bg-daemon &
gentoo-pipewire-launcher restart &