monitor fix

This commit is contained in:
2026-03-21 22:52:03 +01:00
parent cc86feef57
commit e1d45bcf0b
2 changed files with 4 additions and 4 deletions

View File

@@ -7,10 +7,9 @@ let
output "eDP-1" enable
}
# laptop above external monitor
profile desk {
output "HDMI-A-2" enable position 0,0
output "eDP-1" enable position 0,1440
profile dual {
output eDP-1 mode 1920x1080 position 190,1080 scale 1.25 transform normal
output HDMI-A-2 mode 1920x1080@60Hz position 0,0 scale 1 transform normal
}
'';
};