30 lines
456 B
Text
30 lines
456 B
Text
{% include "warning.txt" %}
|
|
|
|
// Host {{ yadm.hostname }} specific config:
|
|
|
|
{% if yadm.hostname == "dpad" %}
|
|
output "eDP-1" {
|
|
scale 1.5
|
|
}
|
|
output "DP-1" {
|
|
mode "3840x2160"
|
|
scale 2
|
|
}
|
|
{% else %}
|
|
// BenQ
|
|
output "DP-1" {
|
|
mode "1920x1080@143.981"
|
|
position x=1920 y=0
|
|
}
|
|
// Dell
|
|
output "HDMI-A-1" {
|
|
mode "1920x1200@59.950"
|
|
}
|
|
workspace "music" {
|
|
open-on-output "Dell"
|
|
}
|
|
{% endif %}
|
|
|
|
// main.kdl standard config:
|
|
|
|
{% include "main.kdl" %}
|