14 lines
470 B
Plaintext
14 lines
470 B
Plaintext
# See https://wiki.hypr.land/Configuring/Basics/Monitors/
|
|
# List current monitors and resolutions possible: hyprctl monitors
|
|
# Format: monitor = [port], resolution, position, scale
|
|
|
|
# Default configuration
|
|
env = GDK_SCALE,2
|
|
monitor=,preferred,auto,auto
|
|
|
|
# Portrait/rotated secondary monitor (transform: 1 = 90°, 3 = 270°)
|
|
# monitor = DP-2, preferred, auto, 1, transform, 1
|
|
|
|
# Disable the second ghost monitor on an Apple 6K XDR over Thunderbolt
|
|
# monitor=DP-2,disable
|