Agenda at the end

This commit is contained in:
Thomas Forgione 2022-05-03 10:25:47 +02:00
parent 9407264201
commit 6a5fde0f97
1 changed files with 1 additions and 1 deletions

2
rc.lua
View File

@ -483,7 +483,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://mail.google.com/chat/u/0/#chat ttps://messenger.com https://web.telegram.org https://nuage.polymny.studio/nextcloud/index.php/apps/calendar/ https://polymnygroupe.slack.com https://discordapp.com/channels/@me", function() end)
awful.spawn.easy_async(options.browser .. " https://mail.google.com/chat/u/0/#chat ttps://messenger.com https://web.telegram.org https://polymnygroupe.slack.com https://discordapp.com/channels/@me https://nuage.polymny.studio/nextcloud/index.php/apps/calendar/", function() end)
naughty.notify({title = "Starting social media"})
end, {description="Open social media", group="shortcuts"}),