From 03773788d55fc72a5a6c42bfc7d70bd8f6b308c7 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Sun, 31 May 2026 13:47:12 +0200 Subject: [PATCH] feat(hyprland): add main monitor resolution for streaming --- users/modules/desktop/hyprland.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/users/modules/desktop/hyprland.nix b/users/modules/desktop/hyprland.nix index e2ba66b..9b4cf4c 100644 --- a/users/modules/desktop/hyprland.nix +++ b/users/modules/desktop/hyprland.nix @@ -69,7 +69,8 @@ in { monitor = { "marpa" = [ - "DP-1, 3440x1440@144, 1080x550, 1" + # "DP-1, 3440x1440@144, 1080x550, 1" + "DP-1, 2560x1440@144, 1080x550, 1" # streaming "DP-2, 2560x1080@60, 0x0, 1, transform, 1" ]; "gampo" = [];