feat: Added hyprshade
This commit is contained in:
@@ -35,13 +35,15 @@
|
||||
settings = {
|
||||
# source = "${pkgs.catppuccinThemes.hyprland}/themes/mocha.conf";
|
||||
render = {
|
||||
direct_scanout = true;
|
||||
cm_fs_passthrough = 1;
|
||||
cm_auto_hdr = 1;
|
||||
};
|
||||
experimental = {
|
||||
xx_color_management_v4 = true;
|
||||
cm_enabled = true;
|
||||
direct_scanout = 1; # 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
|
||||
};
|
||||
# experimental = {
|
||||
# xx_color_management_v4 = true;
|
||||
# };
|
||||
monitorv2 = [
|
||||
{
|
||||
output = device.monitors.primary;
|
||||
|
||||
Reference in New Issue
Block a user