From 883c6a6267c4b1018e569edd9f915f39861b64d9 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 15 May 2026 11:11:43 +0200 Subject: [PATCH] Bind maps too --- config/hypr/bindings.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/config/hypr/bindings.lua b/config/hypr/bindings.lua index f75dc22b..59ba3bc9 100644 --- a/config/hypr/bindings.lua +++ b/config/hypr/bindings.lua @@ -24,6 +24,7 @@ o.bind("SUPER + SHIFT + Y", "YouTube", { webapp = "https://youtube.com/" }) o.bind("SUPER + SHIFT + ALT + G", "WhatsApp", { webapp = "https://web.whatsapp.com/", focus = true }) o.bind("SUPER + SHIFT + CTRL + G", "Google Messages", { webapp = "https://messages.google.com/web/conversations", focus = true }) o.bind("SUPER + SHIFT + P", "Google Photos", { webapp = "https://photos.google.com/", focus = true }) +o.bind("SUPER + SHIFT + M", "Google Maps", { webapp = "https://maps.google.com/", focus = true }) o.bind("SUPER + SHIFT + X", "X", { webapp = "https://x.com/" }) o.bind("SUPER + SHIFT + ALT + X", "X Post", { webapp = "https://x.com/compose/post" })