From 5cef8f61ea848ea18efe3289c42dc56fcb6124ff Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Sun, 13 Nov 2022 19:04:01 +0100 Subject: [PATCH] Remove slack --- rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc.lua b/rc.lua index 967ea63..e6a45a0 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://chat.polymny.studio 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://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"}),