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"]; };