dotfiles/.config/niri/config.kdl##template

24 lines
375 B
Text

{% 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 %}