From 2826bb8ad0faff2c6a010dd7b455a47a3816126d Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Sat, 6 May 2023 21:41:43 -0400 Subject: [PATCH] Tweak sway --- machines/levitation/home.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/machines/levitation/home.nix b/machines/levitation/home.nix index 9f205f4..d4a19c1 100644 --- a/machines/levitation/home.nix +++ b/machines/levitation/home.nix @@ -31,7 +31,7 @@ wayland.windowManager.sway.config = { output = { DP-1 = { - scale = "1.25"; + scale = "1.4"; subpixel = "rgb"; max_render_time = "6"; adaptive_sync = "on"; @@ -74,7 +74,7 @@ tray = true; temperature = { day = 6300; - night = 4100; + night = 4300; }; settings = { general = { fade = 1; }; }; };