Update chocolatebar screen configuration
This commit is contained in:
parent
923f41e700
commit
8b71991dba
|
@ -1,21 +1,18 @@
|
||||||
set $internal eDP-1
|
set $left DP-3
|
||||||
set $middle DP-4
|
set $middle DP-1
|
||||||
set $standup DP-5
|
set $right HDMI-A-1
|
||||||
|
|
||||||
output $internal {
|
output $left {
|
||||||
scale 1.3
|
scale 1
|
||||||
pos 0 500
|
pos 0 0
|
||||||
}
|
}
|
||||||
|
|
||||||
output $middle {
|
output $middle {
|
||||||
scale 1
|
scale 1
|
||||||
|
pos 1920 0
|
||||||
# 1969 is the 1.3 scaled width of the internal monitor
|
|
||||||
pos 1969 0
|
|
||||||
}
|
}
|
||||||
|
|
||||||
output $standup {
|
output $right {
|
||||||
scale 1
|
scale 1
|
||||||
transform 270
|
pos 3840 0
|
||||||
pos 3889 0
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue