From 0d321942e6891709c292ba94e2c4d2e57cec5f8d Mon Sep 17 00:00:00 2001 From: isabel Date: Fri, 08 May 2026 22:48:55 +0000 Subject: [PATCH] isabel/hyprland: fix history keybind --- home/isabel/gui/hyprland.nix | 2 +- 1 file(s) changed, 1 insertion(s)(+), 1 deletion(s)(-) diff --git a/home/isabel/gui/hyprland.nix b/home/isabel/gui/hyprland.nix --- a/home/isabel/gui/hyprland.nix +++ b/home/isabel/gui/hyprland.nix @@ -116,7 +116,7 @@ "$mod, C, exec, ${defaults.editor}" "$mod, Return, exec, ${defaults.terminal}" "$mod, L, exec, ${defaults.screenLocker}" "$mod, O, exec, obsidian" - "$mod SHIFT, V, exec, vicinae deeplink vicinae://extensions/vicinae/clipboard/history" + "$mod SHIFT, V, exec, vicinae deeplink vicinae://launch/clipboard/history" # window management "$mod, Q, killactive," -- tangled.sh