From b0e99fc8658726615ed19822179a1692d3ce495f Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 13 Aug 2025 13:43:37 +0200 Subject: [PATCH] Direct access to Walker clipboard + emojis with hotkey --- default/hypr/bindings/utilities.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/default/hypr/bindings/utilities.conf b/default/hypr/bindings/utilities.conf index 6263218a..ae37139a 100644 --- a/default/hypr/bindings/utilities.conf +++ b/default/hypr/bindings/utilities.conf @@ -1,5 +1,7 @@ # Menus bindd = SUPER, SPACE, Launch apps, exec, walker -p "Start…" +bindd = SUPER CTRL, V, Show clipboard, exec, walker -m clipboard +bindd = SUPER CTRL, E, Show clipboard, exec, walker -m Emojis bindd = SUPER ALT, SPACE, Omarchy menu, exec, omarchy-menu bindd = SUPER, ESCAPE, Power menu, exec, omarchy-menu system bindd = SUPER, K, Show key bindings, exec, omarchy-menu-keybindings