boussole/.config/hypr/config/monitors/mirror.conf
Guillem George 38a53acd48 first commit
2025-09-12 17:00:38 +02:00

24 lines
355 B
Plaintext

################
### MONITORS ###
################
# See https://wiki.hyprland.org/Configuring/Monitors/
# Laptop screen
monitorv2 {
output = eDP-1
mode = preferred
position = 0x0
scale = 1
}
# Other monitors (mirror laptop screen)
monitorv2 {
output = *
mode = preferred
position = auto
scale = 1
mirror = eDP-1
}