dotfiles/.config/hypr/config/monitors/perso.conf

40 lines
526 B
Plaintext
Raw Normal View History

################
### MONITORS ###
################
# See https://wiki.hyprland.org/Configuring/Monitors/
# Default
monitorv2 {
output = *
mode = preferred
position = auto
scale = auto
}
# Laptop screen
monitorv2 {
output = eDP-1
mode = preferred
position = 0x0
scale = 1
}
# HP home monitor
monitorv2 {
output = DP-*
mode = preferred
position = 0x-1080
scale = 1
}
# Dell monitor
monitorv2 {
output = HDMI-A-1
mode = preferred
position = 0x-1440
scale = 1
}