Displays auto arrangement
This commit is contained in:
parent
613201760b
commit
28f79e2564
3 changed files with 12 additions and 8 deletions
|
|
@ -6,9 +6,9 @@
|
|||
|
||||
# Default
|
||||
monitorv2 {
|
||||
output = *
|
||||
output =
|
||||
mode = preferred
|
||||
position = auto
|
||||
position = auto-up
|
||||
scale = auto
|
||||
}
|
||||
|
||||
|
|
@ -16,15 +16,18 @@ monitorv2 {
|
|||
monitorv2 {
|
||||
output = eDP-1
|
||||
mode = preferred
|
||||
position = 0x0
|
||||
position = auto-down
|
||||
scale = 1
|
||||
# supports_wide_color = 1
|
||||
# supports_hdr = 1
|
||||
# bitdepth = 10
|
||||
}
|
||||
|
||||
# HP home monitor
|
||||
monitorv2 {
|
||||
output = DP-*
|
||||
mode = preferred
|
||||
position = 0x-1080
|
||||
position = auto-up
|
||||
scale = 1
|
||||
}
|
||||
|
||||
|
|
@ -33,7 +36,7 @@ monitorv2 {
|
|||
monitorv2 {
|
||||
output = HDMI-A-1
|
||||
mode = preferred
|
||||
position = 0x-1440
|
||||
position = auto-up
|
||||
scale = 1
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue