Commit 61204e0

HPCesia <me@hpcesia.com>
2025-12-05 18:42:15
feat: update niri config
1 parent b46a02b
Changed files (2)
modules
desktop
desktop-environment
modules/desktop/desktop-environment/discrete/wm/niri/window-rules.nix
@@ -18,7 +18,7 @@
 
           {app-id = "firefox";}
           {app-id = "floorp";}
-          # {app-id = "chromium-browser";} # Not maximizing Chromium because I usually use it for web apps
+          {app-id = "chromium-browser";}
 
           {app-id = "thunderbird";}
           {app-id = "CherryStudio";} # Maximize Cherry Studio because default half-size is too small to it's minimum usable size
modules/desktop/desktop-environment/discrete/wm/niri/workspaces.nix
@@ -7,7 +7,6 @@
       "4media" = {};
       "5read" = {};
       "6game" = {};
-      "9other" = {};
     };
   };
 }