summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/gkleen@sif')
-rw-r--r--accounts/gkleen@sif/default.nix3
-rw-r--r--accounts/gkleen@sif/niri/default.nix1
2 files changed, 4 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix
index 79bc1805..6e6e98f7 100644
--- a/accounts/gkleen@sif/default.nix
+++ b/accounts/gkleen@sif/default.nix
@@ -627,6 +627,9 @@ in {
627 url = "https://web.openrainbow.com/rb/2.139.17/assets/skins/rainbow/images/homepage/logo__rainbow.svg"; 627 url = "https://web.openrainbow.com/rb/2.139.17/assets/skins/rainbow/images/homepage/logo__rainbow.svg";
628 hash = "sha256-5fmo8rDqVDpzkGaPjk4Y+SsSZpAsY7VUQSFW6WdHwuU="; 628 hash = "sha256-5fmo8rDqVDpzkGaPjk4Y+SsSZpAsY7VUQSFW6WdHwuU=";
629 }; 629 };
630 settings = {
631 StartupWMClass = "Rainbow";
632 };
630 }; 633 };
631 }; 634 };
632 635
diff --git a/accounts/gkleen@sif/niri/default.nix b/accounts/gkleen@sif/niri/default.nix
index f603a9f9..fba5bc9b 100644
--- a/accounts/gkleen@sif/niri/default.nix
+++ b/accounts/gkleen@sif/niri/default.nix
@@ -339,6 +339,7 @@ in {
339 matches = [ 339 matches = [
340 { app-id = "^thunderbird$"; } 340 { app-id = "^thunderbird$"; }
341 { app-id = "^Element$"; } 341 { app-id = "^Element$"; }
342 { app-id = "^Rainbow$"; }
342 ]; 343 ];
343 open-on-workspace = "comm"; 344 open-on-workspace = "comm";
344 } 345 }