144hz fix
This commit is contained in:
parent
92c16f8164
commit
030d01f4cb
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue
Block a user