From 676df647678c193fc25ed935c98629088bc71b41 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 24 May 2025 21:39:52 +0200 Subject: ... --- accounts/gkleen@sif/niri/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'accounts/gkleen@sif/niri') diff --git a/accounts/gkleen@sif/niri/default.nix b/accounts/gkleen@sif/niri/default.nix index bf997b7d..bc4e24c8 100644 --- a/accounts/gkleen@sif/niri/default.nix +++ b/accounts/gkleen@sif/niri/default.nix @@ -679,11 +679,11 @@ in { (plain "window-rule" [ (leaf "match" { app-id = "^thunderbird$"; }) (leaf "match" { app-id = "^Element$"; }) - (leaf "match" { app-id = "^Rainbow$"; }) + (leaf "match" { app-id = "^chrome-web\.openrainbow\.com__-Default$"; }) (leaf "open-on-workspace" "comm") ]) (plain "window-rule" [ - (leaf "match" { app-id = "^Kimai$"; }) + (leaf "match" { app-id = "^chrome-kimai\.yggdrasil\.li__-Default$"; }) (leaf "open-on-workspace" "comm") (leaf "open-fullscreen" false) (plain "default-column-width" [(leaf "proportion" (2. / 3.))]) -- cgit v1.2.3