From c083ba1f283d529ac44060d1c05ea13f03e6bffc Mon Sep 17 00:00:00 2001 From: Christian Ott Date: Mon, 26 Aug 2024 08:05:47 +0200 Subject: [PATCH] improve config for external 30" screen --- hyperland/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyperland/default.nix b/hyperland/default.nix index 0989a1e..99e40b5 100644 --- a/hyperland/default.nix +++ b/hyperland/default.nix @@ -115,7 +115,7 @@ in wayland.windowManager.hyprland.settings = { monitor=[ "eDP-1,2560x1600@60.00Hz,0x0,1" - # "DP-3,3840x2160@60.00Hz,-3840x0,1" + "DP-3,preferred,-3840x-560,1,bitdepth,10" # bitdeph makes screensharing work "DP-2,preferred,auto,1.5" ]; "$mod" = "SUPER";