AutoYADM commit: 2025-05-06 13:50:14
This commit is contained in:
parent
a788d26699
commit
c5bdf3558b
3 changed files with 1604 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue