diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2026-04-25 15:24:42 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2026-04-25 15:24:42 +0200 |
| commit | 20577d184c030a23a6b384b8570f583bb32f14d2 (patch) | |
| tree | bfb7fc21d27f31218b838ede80795f525b1952fd /accounts/gkleen@sif/niri.nix | |
| parent | 395ca23e9599460cdfa91c34ae52296edf7cfd41 (diff) | |
| download | nixos-20577d184c030a23a6b384b8570f583bb32f14d2.tar nixos-20577d184c030a23a6b384b8570f583bb32f14d2.tar.gz nixos-20577d184c030a23a6b384b8570f583bb32f14d2.tar.bz2 nixos-20577d184c030a23a6b384b8570f583bb32f14d2.tar.xz nixos-20577d184c030a23a6b384b8570f583bb32f14d2.zip | |
wf-recorderflakes
Diffstat (limited to 'accounts/gkleen@sif/niri.nix')
| -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 098386d0..b30c5701 100644 --- a/accounts/gkleen@sif/niri.nix +++ b/accounts/gkleen@sif/niri.nix | |||
| @@ -994,6 +994,7 @@ in { | |||
| 994 | }; | 994 | }; |
| 995 | "Mod+Semicolon".action = shell { Notifications = { DismissGroup = {}; }; }; | 995 | "Mod+Semicolon".action = shell { Notifications = { DismissGroup = {}; }; }; |
| 996 | "Mod+Shift+Semicolon".action = shell { Notifications = { DismissAll = {}; }; }; | 996 | "Mod+Shift+Semicolon".action = shell { Notifications = { DismissAll = {}; }; }; |
| 997 | "Mod+Print".action = shell { ScreenRecord = { Toggle = {}; }; }; | ||
| 997 | })) | 998 | })) |
| 998 | (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) | 999 | (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) |
| 999 | (map ({ name, moveKey, ...}: if moveKey != null then bind moveKey { action = move-column-to-workspace name; } else null) cfg.scratchspaces) | 1000 | (map ({ name, moveKey, ...}: if moveKey != null then bind moveKey { action = move-column-to-workspace name; } else null) cfg.scratchspaces) |
