gerg-desktop: fix mouse acceleration and screen blanking

This commit is contained in:
Gerg-L 2025-01-13 20:11:54 -05:00
parent d54be846e5
commit 5f3f4e9fd0
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI
2 changed files with 9 additions and 1 deletions

View file

@ -89,8 +89,16 @@
--mode 1920x1080 \
--rate 120
'';
serverFlagsSection = ''
Option "StandbyTime" "0"
Option "SuspendTime" "0"
Option "OffTime" "0"
Option "BlankTime" "0"
'';
};
services.libinput.mouse.accelProfile = "flat";
programs = {
steam.enable = true;