From 1a061cb427af587ba5dcbe7839edcb0bda116274 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 3 Jul 2025 13:38:50 -0700 Subject: [PATCH] Add Google Messages for RCS via Android Great for SMS 2FA etc! --- config/hypr/hyprland.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf index 316fc80..42259de 100644 --- a/config/hypr/hyprland.conf +++ b/config/hypr/hyprland.conf @@ -35,6 +35,7 @@ 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 SHIFT, G, exec, $webapp="https://web.whatsapp.com/" +bind = SUPER ALT, G, exec, $webapp="https://messages.google.com/web/conversations" bind = SUPER, X, exec, $webapp="https://x.com/" bind = SUPER SHIFT, X, exec, $webapp="https://x.com/compose/post"