fix(strixi-minaj): stabilize kanshi tray behavior

This commit is contained in:
2026-04-24 01:17:19 -07:00
parent efcc20c730
commit f9b51ae635
3 changed files with 46 additions and 0 deletions

View File

@@ -101,6 +101,25 @@
home-manager.sharedModules = [
{
services.kanshi.settings = lib.mkBefore [
{
profile.name = "internal-only";
profile.outputs = [
{
criteria = "eDP-1";
status = "enable";
mode = "2560x1600@240Hz";
position = "0,0";
scale = 1.0;
}
{
criteria = "Microstep MPG341CX OLED Unknown";
status = "disable";
}
];
}
];
home.stateVersion = "23.05";
}
];