From 53a69d891a90a96e44ec4eead43940134285814d Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 11 Jun 2025 14:06:33 +0200 Subject: [PATCH] A few more bindings --- config/hypr/hyprland.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf index dce2c4a..ccba631 100644 --- a/config/hypr/hyprland.conf +++ b/config/hypr/hyprland.conf @@ -25,8 +25,11 @@ source = ~/.local/share/omarchy/default/hypr/windows.conf # Extra bindings bind = SUPER, A, exec, $webapp="https://chatgpt.com" +bind = SUPER SHIFT, A, exec, $webapp="https://grok.com" bind = SUPER, C, exec, $webapp="https://app.hey.com/calendar/weeks/" bind = SUPER, E, exec, $webapp="https://app.hey.com" bind = SUPER, Y, exec, $webapp="https://youtube.com/" +bind = SUPER, G, exec, signal-desktop +bind = SUPER SHIFT, G, exec, $webapp="https://web.whatsapp.com/" bind = SUPER, X, exec, $webapp="https://x.com/" bind = SUPER SHIFT, X, exec, $webapp="https://x.com/compose/post"