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 = {
w1 = { name = "admin"; };
w2 = { name = "everything"; };
w3 = { name = "apps"; };
w1.name = "admin";
w2.name = "everything";
w3.name = "apps";
};
window-rules = [{
matches = [{ app-id = "im.riot.Riot"; }];
window-rules = [
{
matches =
[{ app-id = "^(im\\.riot\\.Riot|WebCord|@joplin/app-desktop)$"; }];
open-on-workspace = "apps";
}
{