diff options
author | Alan Pearce | 2022-08-31 21:03:17 +0200 |
---|---|---|
committer | Alan Pearce | 2022-08-31 21:03:17 +0200 |
commit | e86ee191b665b57aa9f9ef0f7ebc85ed7184826e (patch) | |
tree | a9e03896d8353c36cbf9400682f6d030ffe36295 /system | |
parent | 757fad0adad537b44b57068049aed7092043cfd3 (diff) | |
download | nixfiles-e86ee191b665b57aa9f9ef0f7ebc85ed7184826e.tar.lz nixfiles-e86ee191b665b57aa9f9ef0f7ebc85ed7184826e.tar.zst nixfiles-e86ee191b665b57aa9f9ef0f7ebc85ed7184826e.zip |
prefect: fix KDE stuttering on nVidia
Diffstat (limited to 'system')
-rw-r--r-- | system/prefect.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/prefect.nix b/system/prefect.nix index 28a96d79..06a9413a 100644 --- a/system/prefect.nix +++ b/system/prefect.nix @@ -37,7 +37,7 @@ ]; services.xserver.screenSection = '' - Option "MetaModes" "2560x1440_120 +0+0 { }" + Option "MetaModes" "2560x1440_165 +0+0 { ForceCompositionPipeline=On }" ''; services.xserver.monitorSection = '' Option "DPMS" |