Commit 2751a27

HPCesia <me@hpcesia.com>
2025-10-21 17:00:32
feat: update window-rules
1 parent 39e40df
Changed files (1)
modules
desktop
desktop-environment
discrete
modules/desktop/desktop-environment/discrete/wm/niri/window-rules.nix
@@ -23,7 +23,10 @@
       # === Workspaces ===
       {
         matches = [
+          {app-id = "Alacritty";}
           {app-id = "com.mitchellh.ghostty";}
+          {app-id = "foot";}
+          {app-id = "org.wezfurlong.wezterm";}
         ];
         open-on-workspace = "1terminal";
       }