mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 17:44:06 +05:30
vrr + hdr for hyprland + gamescope
This commit is contained in:
parent
f3f50a612c
commit
6e5af424be
2 changed files with 10 additions and 3 deletions
|
@ -48,10 +48,16 @@
|
||||||
wayland.windowManager.hyprland = lib.mkIf config.userSettings.hyprland.enable {
|
wayland.windowManager.hyprland = lib.mkIf config.userSettings.hyprland.enable {
|
||||||
settings = {
|
settings = {
|
||||||
monitor = [
|
monitor = [
|
||||||
"eDP-1,1920x1080@300,720x864,1.25"
|
"eDP-1,1920x1080@300,720x864,1.25,vrr,1"
|
||||||
"HDMI-A-1,1920x1080,1536x0,1.25"
|
"HDMI-A-1,1920x1080,1536x0,1.25,vrr,0"
|
||||||
"DP-1,1920x1080,0x0,1.25"
|
"DP-1,1920x1080,0x0,1.25,vrr,0"
|
||||||
];
|
];
|
||||||
|
misc = {
|
||||||
|
vrr = 1;
|
||||||
|
};
|
||||||
|
experimental = {
|
||||||
|
xx_color_management_v4 = true;
|
||||||
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -51,6 +51,7 @@ in {
|
||||||
WLR_RENDERER = "vulkan";
|
WLR_RENDERER = "vulkan";
|
||||||
DXVK_HDR = "1";
|
DXVK_HDR = "1";
|
||||||
ENABLE_GAMESCOPE_WSI = "1";
|
ENABLE_GAMESCOPE_WSI = "1";
|
||||||
|
ENABLE_HDR_WSI = "1";
|
||||||
WINE_FULLSCREEN_FSR = "1";
|
WINE_FULLSCREEN_FSR = "1";
|
||||||
# Games allegedly prefer X11
|
# Games allegedly prefer X11
|
||||||
#SDL_VIDEODRIVER = "x11";
|
#SDL_VIDEODRIVER = "x11";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue