From b1e955aee2ecebf41e116cacf613c17fd155a0ae Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Tue, 26 Oct 2021 18:57:48 +0200 Subject: [PATCH] Yeah we don't need whatsapp anymore --- rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc.lua b/rc.lua index 2802955..884428a 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://mail.google.com/chat/u/0/#chat ttps://messenger.com https://web.telegram.org https://web.whatsapp.com https://webmail.renater.fr https://vortex-n7.slack.com/ https://discordapp.com/channels/@me", function() end) + awful.spawn.easy_async(options.browser .. " https://mail.google.com/chat/u/0/#chat ttps://messenger.com https://web.telegram.org https://webmail.renater.fr https://vortex-n7.slack.com/ https://discordapp.com/channels/@me", function() end) naughty.notify({title = "Starting social media"}) end, {description="Open social media", group="shortcuts"}),