summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--accounts/gkleen@sif/niri.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/niri.nix b/accounts/gkleen@sif/niri.nix
index fada053b..e3a08b52 100644
--- a/accounts/gkleen@sif/niri.nix
+++ b/accounts/gkleen@sif/niri.nix
@@ -713,6 +713,10 @@ in {
713 (sleaf "block-out-from" "screencast") 713 (sleaf "block-out-from" "screencast")
714 ]) 714 ])
715 715
716 (plain "recent-windows" [
717 (flag "off")
718 ])
719
716 (plain "binds" 720 (plain "binds"
717 (let 721 (let
718 bind = name: cfg: node name [(lib.removeAttrs cfg ["action"])] (lib.mapAttrsToList leaf (lib.removeAttrs cfg.action ["__functor"])); 722 bind = name: cfg: node name [(lib.removeAttrs cfg ["action"])] (lib.mapAttrsToList leaf (lib.removeAttrs cfg.action ["__functor"]));