kanshi config for external monitor; corne config for all desktops

This commit is contained in:
William 2026-03-21 16:06:17 -03:00
parent 8a81edc562
commit d974eb44f4
3 changed files with 37 additions and 21 deletions

View file

@ -34,13 +34,32 @@
enable = true;
settings = [
{
profile.name = "default";
profile.outputs = [
{
criteria = "*";
scale = 1.0;
}
];
profile = {
name = "undocked";
outputs = [
{
criteria = "eDP-1";
status = "enable";
scale = 1.0;
}
];
};
}
{
profile = {
name = "docked";
outputs = [
{
criteria = "eDP-1";
status = "disable";
}
{
criteria = "DP-1";
status = "enable";
scale = 1.0;
}
];
};
}
];
};