From c2eab54881ef448f8bf1ca22a2fb37975daa5dcc Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Tue, 3 Sep 2019 09:31:44 +0200 Subject: [PATCH] Remove slack and gitter --- rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc.lua b/rc.lua index d1e7fe3..19e8fe7 100644 --- a/rc.lua +++ b/rc.lua @@ -462,7 +462,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://hangouts.google.com https://messenger.com https://web.telegram.org https://gitter.im https://vortex-n7.slack.com/ https://framagenda.org/apps/calendar/", function() end) + awful.spawn.easy_async(options.browser .. " https://hangouts.google.com https://messenger.com https://web.telegram.org https://framagenda.org/apps/calendar/", function() end) naughty.notify({title = "Starting all social media"}) end, {description="Open all social media", group="shortcuts"}),