vrr + hdr for hyprland + gamescope

This commit is contained in:
Emmet
2025-03-22 10:02:54 -05:00
parent f3f50a612c
commit 6e5af424be
2 changed files with 10 additions and 3 deletions

View File

@@ -48,10 +48,16 @@
wayland.windowManager.hyprland = lib.mkIf config.userSettings.hyprland.enable {
settings = {
monitor = [
"eDP-1,1920x1080@300,720x864,1.25"
"HDMI-A-1,1920x1080,1536x0,1.25"
"DP-1,1920x1080,0x0,1.25"
"eDP-1,1920x1080@300,720x864,1.25,vrr,1"
"HDMI-A-1,1920x1080,1536x0,1.25,vrr,0"
"DP-1,1920x1080,0x0,1.25,vrr,0"
];
misc = {
vrr = 1;
};
experimental = {
xx_color_management_v4 = true;
};
};
};

View File

@@ -51,6 +51,7 @@ in {
WLR_RENDERER = "vulkan";
DXVK_HDR = "1";
ENABLE_GAMESCOPE_WSI = "1";
ENABLE_HDR_WSI = "1";
WINE_FULLSCREEN_FSR = "1";
# Games allegedly prefer X11
#SDL_VIDEODRIVER = "x11";