jdb.localhost

This commit is contained in:
Thomas Forgione 2025-03-24 14:10:06 +01:00
parent 232e6a03c5
commit b22e381660

2
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 .. " http://jdb.local/todo.html 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)
awful.spawn.easy_async(options.browser .. " http://jdb.localhost/todo.html 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"}),