diff --git a/home/services/hyprland.nix b/home/services/hyprland.nix index 356aa3d1..2b8e69f4 100644 --- a/home/services/hyprland.nix +++ b/home/services/hyprland.nix @@ -36,7 +36,7 @@ # source = "${pkgs.catppuccinThemes.hyprland}/themes/mocha.conf"; render = { cm_enabled = true; - direct_scanout = 1; # 0 - off; 1 - on; 2 - auto based on `game` + direct_scanout = 2; # 0 - off; 1 - on; 2 - auto based on `game` cm_fs_passthrough = 1; # 0 - off; 1 - always; 2 - hdr only send_content_type = true; # automatic monitor mode switch cm_auto_hdr = 1; # 0 - off; 1 - switch to cm,hdr 2; 2 - switch to cm,hdredid