From 981445aa983313b4655a950146e889b8523c9aa4 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Sun, 22 Jun 2025 15:35:32 -0400 Subject: add 10 bit color depth to shinji --- programs/hypr/hyprland.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'programs') diff --git a/programs/hypr/hyprland.nix b/programs/hypr/hyprland.nix index f339f8e..a37be7f 100644 --- a/programs/hypr/hyprland.nix +++ b/programs/hypr/hyprland.nix @@ -85,7 +85,7 @@ in { # Monitors monitor = map ( - monitor: "${monitor.name}, highres, auto, ${toString monitor.scale}" + monitor: "${monitor.name}, highres, auto, ${toString monitor.scale}, bitdepth, ${toString monitor.bitdepth}" ) config.monitors; @@ -337,6 +337,11 @@ in { no_update_news = true; no_donation_nag = true; }; + + # Experimental + experimental = { + xx_color_management_v4 = true; + }; }; # end settings }; # end hyprland }; # end home-manager -- cgit v1.2.3-freya