Open both slacks

This commit is contained in:
Thomas Forgione 2020-03-15 11:04:05 +01:00
parent 06c7c50bef
commit 3defea9b71
1 changed files with 1 additions and 1 deletions

2
rc.lua
View File

@ -475,7 +475,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://hangouts.google.com https://messenger.com https://web.telegram.org https://webmail.renater.fr https://vortex-n7.slack.com/", function() end)
awful.spawn.easy_async(options.browser .. " https://hangouts.google.com https://messenger.com https://web.telegram.org https://webmail.renater.fr https://vortex-n7.slack.com/ https://app.slack.com/client/TV234RZ6V/DV48FE4PK", function() end)
naughty.notify({title = "Starting social media"})
end, {description="Open social media", group="shortcuts"}),