Commit c4290fd

HPCesia <me@hpcesia.com>
2025-10-14 12:45:07
feat: open terminal and browser maximized in niri
1 parent 318fe35
Changed files (1)
modules
desktop
shell
niri
modules/desktop/shell/niri/appearance/window-rules.nix
@@ -10,6 +10,15 @@
         opacity = config.stylix.opacity.applications;
       }
 
+      {
+        # Maximize
+        matches = [
+          {app-id = "com.mitchellh.ghostty";}
+          {app-id = "firefox";}
+        ];
+        open-maximized = true;
+      }
+
       # === Workspaces ===
       {
         matches = [