From 47cb45461ffb0a20dab90ce04e942d7999d9c493 Mon Sep 17 00:00:00 2001 From: Ahurac Date: Tue, 15 Oct 2024 09:33:43 +0200 Subject: [PATCH] feat(niri): special workspaces --- ahrc-laptop/home.nix | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/ahrc-laptop/home.nix b/ahrc-laptop/home.nix index 25212f5..e2e85ff 100644 --- a/ahrc-laptop/home.nix +++ b/ahrc-laptop/home.nix @@ -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 = {