26 lines
462 B
Text
26 lines
462 B
Text
// WARNING: Do not edit config.kdl
|
|
// It was generated by processing {{ yadm.source }}
|
|
{% if yadm.hostname == "dpad" %}
|
|
output "eDP-1" {
|
|
scale 1.5
|
|
}
|
|
output "DP-1" {
|
|
mode "3840x2160"
|
|
scale 2
|
|
}
|
|
{% include "main.kdl" %}
|
|
{% 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"
|
|
}
|
|
{% include "main.kdl" %}
|
|
{% endif %}
|