21 lines
320 B
Text
21 lines
320 B
Text
################
|
|
### MONITORS ###
|
|
################
|
|
|
|
# See https://wiki.hyprland.org/Configuring/Monitors/
|
|
|
|
# All screens
|
|
monitorv2 {
|
|
output =
|
|
mode = preferred
|
|
position = auto-up
|
|
scale = auto
|
|
}
|
|
|
|
# Laptop screen
|
|
monitorv2 {
|
|
output = eDP-1
|
|
mode = preferred
|
|
position = auto-down
|
|
scale = 1
|
|
}
|