2025-06-01 11:21:00 +02:00
|
|
|
# See https://wiki.hyprland.org/Configuring/Monitors/
|
2025-07-27 12:33:54 -04:00
|
|
|
# List current monitors and resolutions possible: hyprctl monitors
|
|
|
|
# Format: monitor = [port], resolution, position, scale
|
|
|
|
# You must relaunch Hyprland after changing any envs (use Super+Esc, then Relaunch)
|
2025-06-01 11:21:00 +02:00
|
|
|
|
2025-07-27 12:33:54 -04:00
|
|
|
# Optimized for retina-class 2x displays, like 13" 2.8K, 27" 5K, 32" 6K.
|
2025-07-08 16:21:31 -04:00
|
|
|
env = GDK_SCALE,2
|
2025-07-27 13:10:51 -04:00
|
|
|
monitor=,preferred,auto,auto
|
2025-07-08 16:21:31 -04:00
|
|
|
|
2025-07-27 12:33:54 -04:00
|
|
|
# Good compromise for 27" or 32" 4K monitors (but fractional!)
|
|
|
|
# env = GDK_SCALE,1.75
|
2025-07-08 16:23:44 -04:00
|
|
|
# monitor=,preferred,auto,1.666667
|
|
|
|
|
2025-07-27 12:33:54 -04:00
|
|
|
# Straight 1x setup for low-resolution displays like 1080p or 1440p
|
|
|
|
# env = GDK_SCALE,1
|
|
|
|
# monitor=,preferred,auto,1
|
|
|
|
|
2025-06-17 08:48:20 +02:00
|
|
|
# Example for Framework 13 w/ 6K XDR Apple display
|
2025-07-27 12:33:54 -04:00
|
|
|
# monitor = DP-5, 6016x3384@60, auto, 2
|
|
|
|
# monitor = eDP-1, 2880x1920@120, auto, 2
|