Commit 2751a27
Changed files (1)
modules
desktop
desktop-environment
discrete
wm
niri
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";
}