diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2025-05-24 21:39:52 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2025-05-24 21:39:52 +0200 |
commit | 676df647678c193fc25ed935c98629088bc71b41 (patch) | |
tree | 95479e3c2daa7c9d87487a9adb33f7030584ed82 /accounts/gkleen@sif/niri | |
parent | 89b961f9574324ddbd09d588da05d6a00aac3fcf (diff) | |
download | nixos-676df647678c193fc25ed935c98629088bc71b41.tar nixos-676df647678c193fc25ed935c98629088bc71b41.tar.gz nixos-676df647678c193fc25ed935c98629088bc71b41.tar.bz2 nixos-676df647678c193fc25ed935c98629088bc71b41.tar.xz nixos-676df647678c193fc25ed935c98629088bc71b41.zip |
...
Diffstat (limited to 'accounts/gkleen@sif/niri')
-rw-r--r-- | accounts/gkleen@sif/niri/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
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 { | |||
679 | (plain "window-rule" [ | 679 | (plain "window-rule" [ |
680 | (leaf "match" { app-id = "^thunderbird$"; }) | 680 | (leaf "match" { app-id = "^thunderbird$"; }) |
681 | (leaf "match" { app-id = "^Element$"; }) | 681 | (leaf "match" { app-id = "^Element$"; }) |
682 | (leaf "match" { app-id = "^Rainbow$"; }) | 682 | (leaf "match" { app-id = "^chrome-web\.openrainbow\.com__-Default$"; }) |
683 | (leaf "open-on-workspace" "comm") | 683 | (leaf "open-on-workspace" "comm") |
684 | ]) | 684 | ]) |
685 | (plain "window-rule" [ | 685 | (plain "window-rule" [ |
686 | (leaf "match" { app-id = "^Kimai$"; }) | 686 | (leaf "match" { app-id = "^chrome-kimai\.yggdrasil\.li__-Default$"; }) |
687 | (leaf "open-on-workspace" "comm") | 687 | (leaf "open-on-workspace" "comm") |
688 | (leaf "open-fullscreen" false) | 688 | (leaf "open-fullscreen" false) |
689 | (plain "default-column-width" [(leaf "proportion" (2. / 3.))]) | 689 | (plain "default-column-width" [(leaf "proportion" (2. / 3.))]) |