From 968e0b08c16c021cb1728f70f7b935b15603deaf Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Thu, 14 Mar 2024 19:03:16 +0100 Subject: [PATCH] Update nextcloud --- rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc.lua b/rc.lua index 40b525b..d6c2e8b 100644 --- a/rc.lua +++ b/rc.lua @@ -481,7 +481,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://web.telegram.org https://web.whatsapp.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://gitea.tforgione.fr/tforgione/todo/issues https://web.telegram.org https://web.whatsapp.com/ https://chat.polymny.studio https://discord.com/app https://nuage.polymny.studio/index.php/apps/calendar/", function() end) naughty.notify({title = "Starting social media"}) end, {description="Open social media", group="shortcuts"}),