From 25d0572e7d2c272b2b4aac238cdeabf8a7d96226 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Tue, 16 Jan 2024 14:33:39 +0100 Subject: sys/hoshi.nix: set right monitor scale to 3 I'm streaming in 720p, so the stream monitor should be that logical resolution. --- sys/hoshi.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys') diff --git a/sys/hoshi.nix b/sys/hoshi.nix index e6e0a3a904e1..f3f007810add 100644 --- a/sys/hoshi.nix +++ b/sys/hoshi.nix @@ -54,7 +54,7 @@ programs.sway.extraConfig = '' output HDMI-A-1 pos 0 0 scale 2 - output DP-1 scale 2 + output DP-1 scale 3 ''; system.stateVersion = "23.05"; -- cgit 1.4.1