Perso / pro order

This commit is contained in:
Thomas Forgione 2025-01-06 17:07:14 +01:00
parent db1807b6e2
commit 25603469ae
1 changed files with 1 additions and 1 deletions

2
rc.lua
View File

@ -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/ https://mail.infomaniak.com/0 https://mail.infomaniak.com/2", 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://mail.infomaniak.com/2 https://mail.infomaniak.com/0", function() end)
naughty.notify({title = "Starting social media"})
end, {description="Open social media", group="shortcuts"}),