feat(niri): special workspaces

This commit is contained in:
Ahurac 2024-10-15 09:33:43 +02:00
parent f84fb9ff1a
commit 47cb45461f

View file

@ -77,12 +77,14 @@
}; };
}; };
workspaces = { workspaces = {
w1 = { name = "admin"; }; w1.name = "admin";
w2 = { name = "everything"; }; w2.name = "everything";
w3 = { name = "apps"; }; w3.name = "apps";
}; };
window-rules = [{ window-rules = [
matches = [{ app-id = "im.riot.Riot"; }]; {
matches =
[{ app-id = "^(im\\.riot\\.Riot|WebCord|@joplin/app-desktop)$"; }];
open-on-workspace = "apps"; open-on-workspace = "apps";
} }
{ {