2025-06-01 11:21:00 +02:00
|
|
|
# See https://wiki.hyprland.org/Configuring/Monitors/
|
|
|
|
|
2025-07-08 16:21:31 -04:00
|
|
|
# Change to 1 if on a 1x display (then change last "auto" to 1 in monitor=)
|
2025-07-08 16:23:44 -04:00
|
|
|
# Change to 1.75 for fractional scaling
|
2025-07-08 16:21:31 -04:00
|
|
|
env = GDK_SCALE,2
|
|
|
|
|
2025-06-01 11:21:00 +02:00
|
|
|
# Use single default monitor (see all monitors with: hyprctl monitors)
|
2025-07-07 11:58:34 -07:00
|
|
|
# Format: monitor = [port], resolution, position, scale
|
2025-06-01 11:21:00 +02:00
|
|
|
monitor=,preferred,auto,auto
|
2025-06-17 08:48:20 +02:00
|
|
|
|
2025-07-08 16:23:44 -04:00
|
|
|
# Exmaple for fractional scaling that works well with GDK_SCALE,1.75
|
|
|
|
# monitor=,preferred,auto,1.666667
|
|
|
|
|
2025-06-17 08:48:20 +02:00
|
|
|
# Example for Framework 13 w/ 6K XDR Apple display
|
|
|
|
# monitor = DP-5, 6016x3384@60.00, auto, 2
|
|
|
|
# monitor = eDP-1, 2880x1920@120.00, auto, 2
|