fix(kanshi): fixed issues with negative positions
parent
93bf7bc40e
commit
66531578ae
|
|
@ -11,13 +11,13 @@ output "eDP-1" {
|
||||||
output "Dell Inc. DELL P2414H KKMMW62M0YKU" {
|
output "Dell Inc. DELL P2414H KKMMW62M0YKU" {
|
||||||
alias $OFFICE_CENTER
|
alias $OFFICE_CENTER
|
||||||
mode 1920x1080@60
|
mode 1920x1080@60
|
||||||
position 0,0
|
position 1920,0
|
||||||
}
|
}
|
||||||
|
|
||||||
output "Hewlett Packard LA2405 CN41150LLN" {
|
output "Hewlett Packard LA2405 CN41150LLN" {
|
||||||
alias $OFFICE_RIGHT
|
alias $OFFICE_RIGHT
|
||||||
mode 1920x1200@59.950
|
mode 1920x1200@59.950
|
||||||
position 1920,0
|
position 3840,0
|
||||||
}
|
}
|
||||||
|
|
||||||
# === Home ===
|
# === Home ===
|
||||||
|
|
@ -25,20 +25,20 @@ output "Hewlett Packard LA2405 CN41150LLN" {
|
||||||
output "Iiyama North America PL2470H 0x30363738" {
|
output "Iiyama North America PL2470H 0x30363738" {
|
||||||
alias $HOME_LEFT
|
alias $HOME_LEFT
|
||||||
mode 1920x1080@120
|
mode 1920x1080@120
|
||||||
position -1920,0
|
position 0,0
|
||||||
}
|
}
|
||||||
|
|
||||||
output "AOC Q24G4 VH0R3HA002164" {
|
output "AOC Q24G4 VH0R3HA002164" {
|
||||||
alias $HOME_CENTER
|
alias $HOME_CENTER
|
||||||
mode 2560x1440@120
|
mode 2560x1440@120
|
||||||
position 0,0
|
position 1920,0
|
||||||
scale 1.25
|
scale 1.25
|
||||||
}
|
}
|
||||||
|
|
||||||
output "Iiyama North America PL2470H 0x30363735" {
|
output "Iiyama North America PL2470H 0x30363735" {
|
||||||
alias $HOME_RIGHT
|
alias $HOME_RIGHT
|
||||||
mode 1920x1080@60
|
mode 1920x1080@60
|
||||||
position 2048,-235
|
position 3968,-235
|
||||||
transform 270
|
transform 270
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -69,7 +69,7 @@ profile Home {
|
||||||
}
|
}
|
||||||
|
|
||||||
profile Office {
|
profile Office {
|
||||||
output $INTERNAL enable position -1920,0
|
output $INTERNAL enable position 0,0
|
||||||
output $OFFICE_CENTER enable
|
output $OFFICE_CENTER enable
|
||||||
output $OFFICE_RIGHT enable
|
output $OFFICE_RIGHT enable
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue