change HDMI-A-3 to 60Hz on desktop (wtf nvidia ?)
All checks were successful
Build iso when a new version is pushed / test (push) Successful in 2m8s

This commit is contained in:
2025-11-19 20:22:38 +01:00
parent ca5538c4d1
commit a70786d0bb

View File

@ -5,8 +5,8 @@
wayland.windowManager.hyprland.settings = {
monitor = [
"DP-1, 1280x1024@75.03Hz, -3200x0, auto"
"HDMI-A-1, 1920x1080@60, -1920x0, auto"
"HDMI-A-3, 1920x1080@74.97Hz, 0x0, auto"
"HDMI-A-1, 1920x1080@60Hz, -1920x0, auto"
"HDMI-A-3, 1920x1080@60Hz, 0x0, auto"
"DP-3, 1920x1080@60.00Hz, 1920x0, auto"
"DP-4, 1280x1024@75.03Hz, 3840x0, auto"
];