Adds chat in shortcuts

This commit is contained in:
Thomas Forgione 2022-08-29 17:24:45 +02:00
parent e977d16e75
commit 683d7d4a9a
1 changed files with 1 additions and 1 deletions

2
rc.lua
View File

@ -487,7 +487,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://web.telegram.org https://polymnygroupe.slack.com https://discord.com/app https://nuage.polymny.studio/nextcloud/index.php/apps/calendar/", function() end)
awful.spawn.easy_async(options.browser .. " https://web.telegram.org https://polymnygroupe.slack.com https://chat.polymny.studio https://discord.com/app https://nuage.polymny.studio/nextcloud/index.php/apps/calendar/", function() end)
naughty.notify({title = "Starting social media"})
end, {description="Open social media", group="shortcuts"}),