From ca2a78c8e614867eb6e1eba6aa419ed79418568d Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Mon, 16 May 2022 13:56:23 +0200 Subject: [PATCH] Remove discord --- rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc.lua b/rc.lua index 2fd54b6..69e29c7 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://web.telegram.org https://discordapp.com/channels/@me https://polymnygroupe.slack.com 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://nuage.polymny.studio/nextcloud/index.php/apps/calendar/", function() end) naughty.notify({title = "Starting social media"}) end, {description="Open social media", group="shortcuts"}),