Compare commits

..

3 commits

Author SHA1 Message Date
atagen
9f99a27ca0 chore: flake bump
All checks were successful
Nix Build / nix build (push) Successful in 1m54s
2025-07-05 19:45:15 +10:00
atagen
3f0dbf8347 fix: enable partial defaults in config
All checks were successful
Nix Build / nix build (push) Successful in 25s
2025-07-05 19:30:34 +10:00
atagen
3f06af22a3 feat: add activation on fill
All checks were successful
Nix Build / nix build (push) Successful in 34s
2025-07-05 15:52:16 +10:00

View file

@ -114,7 +114,7 @@ prepopulate = 3
strict = true
# activation on fill
# this will auto-activate an empty + disabled tags if you send a window to it
# this will auto-activate any disabled tag you send a window to
activation_on_fill = true
````