summaryrefslogtreecommitdiff
path: root/home-manager
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2026-01-12 20:37:52 -0500
committertriethyl <triethylammonium@pm.me>2026-01-12 20:37:52 -0500
commit22491efd809a9343b73b604cf4f25430e86684c9 (patch)
tree509fbadd7738b58898edd28d6c20d6bc323c4ae7 /home-manager
parent7099ffc89c13920f5ffe1cb01b8a29253cc28ac5 (diff)
niri: updated niri keybind to reflect iota-maker name change
Diffstat (limited to 'home-manager')
-rw-r--r--home-manager/features/gui/desktops/niri/parts/niri/keybinds.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home-manager/features/gui/desktops/niri/parts/niri/keybinds.nix b/home-manager/features/gui/desktops/niri/parts/niri/keybinds.nix
index d48ca72..8e321c2 100644
--- a/home-manager/features/gui/desktops/niri/parts/niri/keybinds.nix
+++ b/home-manager/features/gui/desktops/niri/parts/niri/keybinds.nix
@@ -18,7 +18,7 @@ in {
"Mod+W".action.spawn = ["librewolf"];
"Mod+E".action.spawn = [ defaultTerminal.runTuiCommand "nvim"];
"Mod+Shift+E".action.spawn = [ defaultTerminal.runTuiCommand "ikhal"];
- "Mod+N".action.spawn = ["scrap-maker"];
+ "Mod+N".action.spawn = ["iota-maker"];
# Clear Notifications
"Mod+B".action.spawn = ["makoctl" "dismiss" "-a"];