From 20577d184c030a23a6b384b8570f583bb32f14d2 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 25 Apr 2026 15:24:42 +0200 Subject: wf-recorder --- accounts/gkleen@sif/niri.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'accounts/gkleen@sif/niri.nix') diff --git a/accounts/gkleen@sif/niri.nix b/accounts/gkleen@sif/niri.nix index 098386d0..b30c5701 100644 --- a/accounts/gkleen@sif/niri.nix +++ b/accounts/gkleen@sif/niri.nix @@ -994,6 +994,7 @@ in { }; "Mod+Semicolon".action = shell { Notifications = { DismissGroup = {}; }; }; "Mod+Shift+Semicolon".action = shell { Notifications = { DismissAll = {}; }; }; + "Mod+Print".action = shell { ScreenRecord = { Toggle = {}; }; }; })) (map ({ name, selector, spawn, key, ...}: if key != null && selector != null && spawn != null then bind key { action = focus-or-spawn-action selector name spawn; } else null) cfg.scratchspaces) (map ({ name, moveKey, ...}: if moveKey != null then bind moveKey { action = move-column-to-workspace name; } else null) cfg.scratchspaces) -- cgit v1.2.3