Update chocolatebar screen configuration

This commit is contained in:
Benjamin Bädorf 2022-01-04 13:40:59 +01:00
parent 923f41e700
commit 8b71991dba
No known key found for this signature in database
GPG key ID: 4406E80E13CD656C

View file

@ -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
} }