144hz fix

This commit is contained in:
Rachel Lambda Samuelsson 2024-10-11 20:16:48 +02:00
parent 92c16f8164
commit 030d01f4cb

View File

@ -59,6 +59,12 @@
};
};
# [Fix KWIN locking to 60Hz]
environment.sessionVariables = {
KWIN_X11_NO_SYNC_TO_VBLANK = 1;
KWIN_X11_REFRESH_RATE = 144000;
KWIN_X11_FORCE_SOFTWARE_VSYNC = 1;
};
# [NETWORKING]
networking.hostName = "computational";