commit e81be9988a835b6bdd3a1f2d819c576f56f64dae
parent dc41ab5010ea9b2ca14c4eb2f5e558d80992748c
Author: Vincent Demeester <vincent@sbr.pm>
Date: Fri, 21 Aug 2020 11:11:12 +0200
systems/wakasu: extraOptions for xpra…
… trying to make the quality of the windows a bit better.
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/systems/wakasu.nix b/systems/wakasu.nix
@@ -87,6 +87,7 @@ in
enable = true;
bindTcp = "0.0.0.0:10000";
pulseaudio = true;
+ extraOptions = [ "--video-scaling=0" "--min-quality=85" "--desktop-scaling=off" ];
};
};
logind.extraConfig = ''