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 = {