feat: make kanshi more configured

This commit is contained in:
Ahwx 2026-01-12 23:12:34 +01:00
parent 310c949afd
commit fb3636e7b3

View file

@ -76,17 +76,18 @@
};
home = {
outputs = [
{
criteria = "eDP-1";
position = "152,1440";
}
{
criteria = "LG Electronics LG ULTRAGEAR+ 507NTRLM0646";
scale = 1.0;
status = "enable";
position = "0,0";
# adaptiveSync = true;
mode = "2560x1440@144Hz";
mode = if (host == "sakura") then "2560x1440@60Hz" else "2560x1440@60Hz";
}
{
criteria = "eDP-1";
status = if (host == "sakura") then "enable" else "disable";
position = if (host == "sakura") then "152,1440" else "300,1440";
}
];
};