From deedd53c276b17d1e392d7ef660c6083dc08913f Mon Sep 17 00:00:00 2001 From: zackartz Date: Wed, 3 Apr 2024 13:23:14 -0400 Subject: [PATCH] 305 current 2024-04-03 13:23:05 24.05.20240402.43f9562 6.8.2-zen2 * --- modules/rice/sway/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/rice/sway/default.nix b/modules/rice/sway/default.nix index 7678533..be45751 100644 --- a/modules/rice/sway/default.nix +++ b/modules/rice/sway/default.nix @@ -4,6 +4,12 @@ config = rec { terminal = "kitty"; startup = [{command = "firefox";}]; + + output = { + DP-1 = { + mode = "2560x1440@239.972Hz"; + }; + }; }; extraOptions = ["--unsupported-gpu"]; };