desktop: Update monitor refresh rate

This commit is contained in:
SebastianStork 2025-12-05 21:58:47 +01:00
parent cd54a6628a
commit 170e5e1538
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q

View file

@ -8,5 +8,5 @@ _: {
theme = "dark";
};
wayland.windowManager.hyprland.settings.monitor = [ "DP-1,2560x1440@144,0x0,1" ];
wayland.windowManager.hyprland.settings.monitor = [ "DP-1,2560x1440@180,0x0,1" ];
}