Spawn calendar also

This commit is contained in:
Thomas Forgione 2018-11-28 14:41:18 +01:00
parent 42f55f5300
commit 4e9a8e8977
No known key found for this signature in database
GPG Key ID: 203DAEA747F48F41
1 changed files with 1 additions and 1 deletions

View File

@ -485,7 +485,7 @@ globalkeys = awful.util.table.join(
end, {description="lol", group="custom"}),
awful.key({modkey}, "z", function()
awful.spawn.easy_async("firefox https://hangouts.google.com https://messenger.com https://web.telegram.org https://gitter.im https://vortex-n7.slack.com/", function() end)
awful.spawn.easy_async("firefox https://hangouts.google.com https://messenger.com https://web.telegram.org https://gitter.im https://vortex-n7.slack.com/ https://nextcloud.tforgione.fr/apps/calendar", function() end)
naughty.notify({title = "Starting social media"})
end, {description="Open social media", group="custom"}),