feat(niri): special workspaces
This commit is contained in:
parent
f84fb9ff1a
commit
47cb45461f
1 changed files with 8 additions and 6 deletions
|
@ -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";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue