42 lines
606 B
Text
42 lines
606 B
Text
################
|
|
### MONITORS ###
|
|
################
|
|
|
|
# See https://wiki.hyprland.org/Configuring/Monitors/
|
|
|
|
# Default
|
|
monitorv2 {
|
|
output =
|
|
mode = preferred
|
|
position = auto-up
|
|
scale = auto
|
|
}
|
|
|
|
# Laptop screen
|
|
monitorv2 {
|
|
output = eDP-1
|
|
mode = preferred
|
|
position = auto-down
|
|
scale = 1
|
|
# supports_wide_color = 1
|
|
# supports_hdr = 1
|
|
# bitdepth = 10
|
|
}
|
|
|
|
# HP home monitor
|
|
monitorv2 {
|
|
output = DP-*
|
|
mode = preferred
|
|
position = auto-up
|
|
scale = 1
|
|
}
|
|
|
|
|
|
# Dell monitor
|
|
monitorv2 {
|
|
output = HDMI-A-1
|
|
mode = preferred
|
|
position = auto-up
|
|
scale = 1
|
|
}
|
|
|