diff options
-rw-r--r-- | system/prefect.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/prefect.nix b/system/prefect.nix index d3e1359e..15ae26d0 100644 --- a/system/prefect.nix +++ b/system/prefect.nix @@ -29,7 +29,8 @@ nixpkgs.hostPlatform = "x86_64-linux"; services.xserver.screenSection = '' - Option "MetaModes" "2560x1440_165 +0+0 { ForceCompositionPipeline=On }" + Option "MetaModes" "2560x1440_165 +0+0 { }" + #Option "MetaModes" "2560x1440_120 +0+0 { AllowGSYNC=Off }" ''; services.xserver.monitorSection = '' Option "DPMS" |