summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif/niri
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/gkleen@sif/niri')
-rw-r--r--accounts/gkleen@sif/niri/default.nix4
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.))])