nixos-dots

nixos dots
git clone git://popovic.xyz/nixos-dots.git
Log | Files | Refs

commit 282f7c0282668ed0cdc3d06acfc24ebb597d881a
parent c768a54ef347b677306d4ca3d4e6fe628b7c2806
Author: Milutin Popovic <milutin@popovic.xyz>
Date:   Thu,  2 Apr 2026 20:08:20 +0100

notctalia bindings

Diffstat:
Mmodules/niri.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/niri.nix b/modules/niri.nix @@ -78,7 +78,7 @@ "Mod+M".action.spawn-sh = "TZ=Europe/Berlin ${terminalCmd} -e neomutt"; "Mod+Shift+R".action.spawn-sh = "background"; "Mod+Shift+Slash".action.show-hotkey-overlay = { }; - "Mod+Ctrl+Space".action.spawn-sh = "${nshic} notifications removeOldestHistory"; + "Mod+Ctrl+Space".action.spawn-sh = "${nshic} removeOldestHistory"; "Ctrl+Space".action.spawn-sh = "${nshic} dismissOldest"; "Mod+Space".action.spawn-sh = "${nshic} toggleHistory";