feat(niri): special workspaces
This commit is contained in:
parent
f84fb9ff1a
commit
47cb45461f
1 changed files with 8 additions and 6 deletions
|
@ -77,13 +77,15 @@
|
|||
};
|
||||
};
|
||||
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"; }];
|
||||
open-on-workspace = "apps";
|
||||
window-rules = [
|
||||
{
|
||||
matches =
|
||||
[{ app-id = "^(im\\.riot\\.Riot|WebCord|@joplin/app-desktop)$"; }];
|
||||
open-on-workspace = "apps";
|
||||
}
|
||||
{
|
||||
geometry-corner-radius = {
|
||||
|
|
Loading…
Reference in a new issue