From 683d7d4a9a345ff061e8f79133feda74491f6174 Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Mon, 29 Aug 2022 17:24:45 +0200 Subject: [PATCH] Adds chat in shortcuts --- rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc.lua b/rc.lua index 67d2e18..7c1e29e 100644 --- a/rc.lua +++ b/rc.lua @@ -487,7 +487,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://web.telegram.org https://polymnygroupe.slack.com https://discord.com/app https://nuage.polymny.studio/nextcloud/index.php/apps/calendar/", function() end) + awful.spawn.easy_async(options.browser .. " https://web.telegram.org https://polymnygroupe.slack.com https://chat.polymny.studio https://discord.com/app https://nuage.polymny.studio/nextcloud/index.php/apps/calendar/", function() end) naughty.notify({title = "Starting social media"}) end, {description="Open social media", group="shortcuts"}),