AutoYADM commit: 2025-05-06 14:10:58
This commit is contained in:
parent
8460f62ea3
commit
61680e242b
4 changed files with 14 additions and 12 deletions
|
@ -1,5 +1,7 @@
|
|||
// WARNING: Do not edit config.kdl
|
||||
// It was generated by processing {{ yadm.source }}
|
||||
{% include "warning.txt" %}
|
||||
|
||||
// Host {{ yadm.hostname }} specific config:
|
||||
|
||||
{% if yadm.hostname == "dpad" %}
|
||||
output "eDP-1" {
|
||||
scale 1.5
|
||||
|
@ -8,7 +10,6 @@ output "DP-1" {
|
|||
mode "3840x2160"
|
||||
scale 2
|
||||
}
|
||||
{% include "main.kdl" %}
|
||||
{% else %}
|
||||
// BenQ
|
||||
output "DP-1" {
|
||||
|
@ -22,5 +23,8 @@ output "HDMI-A-1" {
|
|||
workspace "music" {
|
||||
open-on-output "Dell"
|
||||
}
|
||||
{% include "main.kdl" %}
|
||||
{% endif %}
|
||||
|
||||
// main.kdl standard config:
|
||||
|
||||
{% include "main.kdl" %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue