Commit 9d0fcba
Changed files (1)
modules
desktop
desktop-environment
discrete
wm
niri
modules/desktop/desktop-environment/discrete/wm/niri/window-rules.nix
@@ -15,6 +15,7 @@
matches = [
{app-id = "com.mitchellh.ghostty";}
{app-id = "firefox";}
+ {app-id = "thunderbird";}
];
open-maximized = true;
}
@@ -38,12 +39,12 @@
{app-id = "org.telegram.desktop";}
{app-id = "wechat";}
{app-id = "QQ";}
+ {app-id = "thunderbird";}
];
open-on-workspace = "3chat";
}
{
matches = [
- {app-id = "org.gnome.Loupe";}
{app-id = "deadbeef";}
{app-id = "mpv";}
];
@@ -55,12 +56,6 @@
];
open-on-workspace = "5read";
}
- {
- matches = [
- {app-id = "thunderbird";}
- ];
- open-on-workspace = "9other";
- }
];
};
}