summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif/niri/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/gkleen@sif/niri/default.nix')
-rw-r--r--accounts/gkleen@sif/niri/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/niri/default.nix b/accounts/gkleen@sif/niri/default.nix
index b57e1cc0..bf997b7d 100644
--- a/accounts/gkleen@sif/niri/default.nix
+++ b/accounts/gkleen@sif/niri/default.nix
@@ -683,6 +683,12 @@ in {
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$"; })
687 (leaf "open-on-workspace" "comm")
688 (leaf "open-fullscreen" false)
689 (plain "default-column-width" [(leaf "proportion" (2. / 3.))])
690 ])
691 (plain "window-rule" [
686 (leaf "match" { app-id = "^firefox$"; }) 692 (leaf "match" { app-id = "^firefox$"; })
687 (leaf "open-on-workspace" "web") 693 (leaf "open-on-workspace" "web")
688 (leaf "open-maximized" true) 694 (leaf "open-maximized" true)