| 1 | # ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ |
| 2 | # ┃ Monitor Configuration ┃ |
| 3 | # ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛ |
| 4 | |
| 5 | # Monitor wiki https://wiki.hyprland.org/Configuring/Monitors/ |
| 6 | |
| 7 | # monitor = , preferred, auto, 1 |
| 8 | monitor = HDMI-A-1, 2560x1440@60, 0x0, 1 |
| 9 | monitor = DP-1, 3840x2160@60, 2560x0, 1 |
| 10 | # monitor = HDMI-A-2, 1920x1080@60, 6400x0, 1, transform, 1 # Third monitor disconnected |
| 11 | |
| 12 | # If you need to scale things like steam etc, please uncomment these lines. |
| 13 | #xwayland { |
| 14 | # force_zero_scaling = true # Unscale XWayland |
| 15 | #} |
| 16 | |
| 17 | # Adjust GDK_SCALE accordingly to your liking. |
| 18 | #env = GDK_SCALE, 1.25 # GDK Scaling Factor |
| 19 |