From 507029e62a9072751642173dd4c6e111af58893e Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Tue, 24 Sep 2024 10:38:27 +0200 Subject: [PATCH] Mail --- rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc.lua b/rc.lua index 30dcfaa..e3e21d6 100644 --- a/rc.lua +++ b/rc.lua @@ -565,7 +565,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://gitea.tforgione.fr/tforgione/todo/issues https://git.polymny.net/user/oauth2/polymny-studio https://web.telegram.org https://web.whatsapp.com/ https://discord.com/app https://nuage.polymny.studio/index.php/apps/calendar/", function() end) + awful.spawn.easy_async(options.browser .. " https://gitea.tforgione.fr/tforgione/todo/issues https://git.polymny.net/user/oauth2/polymny-studio https://web.telegram.org https://web.whatsapp.com/ https://discord.com/app https://nuage.polymny.studio/index.php/apps/calendar/ https://nuage.tforgione.fr/apps/mail/box/unified", function() end) naughty.notify({title = "Starting social media"}) end, {description="Open social media", group="shortcuts"}),