From 56241d7576e0cb36d4ddcfa0625dce6936ee5120 Mon Sep 17 00:00:00 2001 From: Matt Nish-Lapidus Date: Wed, 19 Mar 2025 17:08:48 -0400 Subject: [PATCH] new niri binds --- modules/home/niri.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/modules/home/niri.nix b/modules/home/niri.nix index b41da6b..096199a 100644 --- a/modules/home/niri.nix +++ b/modules/home/niri.nix @@ -283,12 +283,16 @@ in }; "Mod+Ctrl+S" = { hotkey-overlay.title = "Signal"; - action = spawn "signal"; + action = spawn "signal-desktop"; }; "Mod+Ctrl+C" = { hotkey-overlay.title = "Calendar"; action = spawn "gnome-calendar"; }; + "Mod+Ctrl+P" = { + hotkey-overlay.title = "btop++"; + action = wez "btop"; + }; "Mod+Shift+A" = { hotkey-overlay.title = "Lock Session";