summaryrefslogtreecommitdiff
path: root/home-manager/features/gui/desktops
diff options
context:
space:
mode:
Diffstat (limited to 'home-manager/features/gui/desktops')
-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"];