From f9b1088912c6c7cf97e0619d6d707470a134acd4 Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Sat, 26 Nov 2022 12:34:04 +0100 Subject: [PATCH] Remove discord --- rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc.lua b/rc.lua index e6a45a0..7e4e073 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://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://nuage.polymny.studio/nextcloud/index.php/apps/calendar/", function() end) naughty.notify({title = "Starting social media"}) end, {description="Open social media", group="shortcuts"}),