From 5715be7224de37f2916822c532c0c08ae68a5923 Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Tue, 3 May 2022 10:26:34 +0200 Subject: [PATCH] Remove hangouts --- rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc.lua b/rc.lua index 8a8bc97..7073a32 100644 --- a/rc.lua +++ b/rc.lua @@ -483,7 +483,7 @@ globalkeys = awful.util.table.join( end, {description="start the web browser", group="shortcuts"}), awful.key({modkey}, "z", function() - awful.spawn.easy_async(options.browser .. " https://mail.google.com/chat/u/0/#chat ttps://messenger.com https://web.telegram.org https://polymnygroupe.slack.com https://discordapp.com/channels/@me https://nuage.polymny.studio/nextcloud/index.php/apps/calendar/", function() end) + awful.spawn.easy_async(options.browser .. " https://messenger.com https://web.telegram.org https://polymnygroupe.slack.com https://discordapp.com/channels/@me https://nuage.polymny.studio/nextcloud/index.php/apps/calendar/", function() end) naughty.notify({title = "Starting social media"}) end, {description="Open social media", group="shortcuts"}),