From 3fc955379d60b7c57166a974f0d56268941b7972 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Sat, 17 May 2025 14:43:02 +0200 Subject: [PATCH] Hyprland: resolved nvidia phantom monitor issue --- modules/hm/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hm/hyprland.nix b/modules/hm/hyprland.nix index bc69d53..5be0645 100644 --- a/modules/hm/hyprland.nix +++ b/modules/hm/hyprland.nix @@ -135,7 +135,7 @@ in monitor = [ ",preferred,auto,auto" - "Unknown-1,disable" + # "Unknown-1,disable" ] ++ lib.lists.optionals (hostName == "thor") [ "DP-1,preferred,1080x200,auto" "DP-3,preferred,1080x200,auto"