Remove zulip

This commit is contained in:
Thomas Forgione 2024-03-15 12:04:52 +01:00
parent 968e0b08c1
commit 013b415d7b
1 changed files with 1 additions and 1 deletions

2
rc.lua
View File

@ -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/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://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"}),