From 4133d74d85c751e4191c486d41edcc467312dd52 Mon Sep 17 00:00:00 2001 From: GarandPLG Date: Sun, 28 Sep 2025 16:59:34 +0200 Subject: [PATCH] Add keybinding to launch Iotas note-taking app --- modules/home/hyprland/binds.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/hyprland/binds.nix b/modules/home/hyprland/binds.nix index 28aa112..ca2f9f3 100644 --- a/modules/home/hyprland/binds.nix +++ b/modules/home/hyprland/binds.nix @@ -14,6 +14,7 @@ in "$modifier, C, exec, chromium" "$modifier, D, exec, discord" "$modifier, G, exec, gimp" + "$modifier, I, exec, iotas" "$modifier, M, exec, plexamp" "$modifier, N, exec, dex ${desktopEntriesPath}/garandcloud.desktop" "$modifier, O, exec, obs"