diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2026-04-24 09:35:22 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2026-04-24 09:35:22 +0200 |
| commit | 395ca23e9599460cdfa91c34ae52296edf7cfd41 (patch) | |
| tree | 8c505e5e3d653cf46b1eeb77e77ec7a5422852f0 /accounts/gkleen@sif | |
| parent | 2839c49438e8dfe0ed0bd13bdcc9c08b690a2289 (diff) | |
| download | nixos-395ca23e9599460cdfa91c34ae52296edf7cfd41.tar nixos-395ca23e9599460cdfa91c34ae52296edf7cfd41.tar.gz nixos-395ca23e9599460cdfa91c34ae52296edf7cfd41.tar.bz2 nixos-395ca23e9599460cdfa91c34ae52296edf7cfd41.tar.xz nixos-395ca23e9599460cdfa91c34ae52296edf7cfd41.zip | |
...
Diffstat (limited to 'accounts/gkleen@sif')
| -rw-r--r-- | accounts/gkleen@sif/niri.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/niri.nix b/accounts/gkleen@sif/niri.nix index c7f450aa..098386d0 100644 --- a/accounts/gkleen@sif/niri.nix +++ b/accounts/gkleen@sif/niri.nix | |||
| @@ -656,6 +656,7 @@ in { | |||
| 656 | (sleaf "match" { app-id = "^emacs$"; }) | 656 | (sleaf "match" { app-id = "^emacs$"; }) |
| 657 | (sleaf "match" { app-id = "^firefox$"; }) | 657 | (sleaf "match" { app-id = "^firefox$"; }) |
| 658 | (sleaf "match" { app-id = "^gnucash$"; }) | 658 | (sleaf "match" { app-id = "^gnucash$"; }) |
| 659 | (sleaf "exclude" { app-id = "^gnucash$"; title = "^(Securities|Price Database)$"; }) | ||
| 659 | (plain "default-column-width" [(sleaf "proportion" (2. / 3.))]) | 660 | (plain "default-column-width" [(sleaf "proportion" (2. / 3.))]) |
| 660 | ]) | 661 | ]) |
| 661 | (plain "window-rule" [ | 662 | (plain "window-rule" [ |
