diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2025-04-29 09:49:35 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2025-04-29 09:49:35 +0200 |
commit | 6529a9248fae3e627ef85d2eaa29c68abc771efb (patch) | |
tree | 91ecc2ca1ea81feccf94c9959d885e489d3a7955 /accounts/gkleen@sif/niri/default.nix | |
parent | 5a04ad1378aa75a23810c9c2d43c8baf3ca43541 (diff) | |
download | nixos-6529a9248fae3e627ef85d2eaa29c68abc771efb.tar nixos-6529a9248fae3e627ef85d2eaa29c68abc771efb.tar.gz nixos-6529a9248fae3e627ef85d2eaa29c68abc771efb.tar.bz2 nixos-6529a9248fae3e627ef85d2eaa29c68abc771efb.tar.xz nixos-6529a9248fae3e627ef85d2eaa29c68abc771efb.zip |
...
Diffstat (limited to 'accounts/gkleen@sif/niri/default.nix')
-rw-r--r-- | accounts/gkleen@sif/niri/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accounts/gkleen@sif/niri/default.nix b/accounts/gkleen@sif/niri/default.nix index 0e25fc95..dc993d66 100644 --- a/accounts/gkleen@sif/niri/default.nix +++ b/accounts/gkleen@sif/niri/default.nix | |||
@@ -588,7 +588,7 @@ in { | |||
588 | (plain "default-column-width" [(leaf "proportion" 1.)]) | 588 | (plain "default-column-width" [(leaf "proportion" 1.)]) |
589 | ]) | 589 | ]) |
590 | (plain "window-rule" [ | 590 | (plain "window-rule" [ |
591 | (leaf "match" { app-id = "^pdfpc$"; title = "^pdfpc - presentation$"; }) | 591 | (leaf "match" { app-id = "^pdfpc$"; title = "^.*presentation.*$"; }) |
592 | (plain "default-column-width" [(leaf "proportion" 1.)]) | 592 | (plain "default-column-width" [(leaf "proportion" 1.)]) |
593 | (leaf "open-fullscreen" true) | 593 | (leaf "open-fullscreen" true) |
594 | (leaf "open-on-workspace" "bmr") | 594 | (leaf "open-on-workspace" "bmr") |