AutoYADM commit: 2025-05-06 13:50:14

This commit is contained in:
Daniel Fichtinger 2025-05-06 13:50:14 -04:00
parent a788d26699
commit c5bdf3558b
3 changed files with 1604 additions and 0 deletions

View file

@ -1,6 +1,25 @@
{% 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 %}
// This config is in the KDL format: https://kdl.dev
// "/-" comments out the following node.
// Check the wiki for a full description of the configuration: