Commit 9d0fcba

HPCesia <me@hpcesia.com>
2025-10-19 11:36:06
feat: update window rules
1 parent 49bb0d6
Changed files (1)
modules
desktop
desktop-environment
discrete
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";
-      }
     ];
   };
 }