feat: set mouse accel based on machine type

This commit is contained in:
2026-07-08 09:45:06 +02:00
parent e9641eed18
commit 7db7a46d44
+1 -1
View File
@@ -147,7 +147,7 @@ in
input = {
focus-follows-mouse.enable = true;
mouse."accel-speed" = 0.4;
mouse."accel-speed" = if machine.portable then -0.4 else 0.4;
keyboard = {
repeat-delay = 300;
repeat-rate = 50;