Social back to framagenda

This commit is contained in:
Thomas Forgione 2019-03-06 14:47:13 +01:00
parent 2847ed86f1
commit 4150758b62
No known key found for this signature in database
GPG Key ID: 203DAEA747F48F41
1 changed files with 1 additions and 1 deletions

2
rc.lua
View File

@ -501,7 +501,7 @@ globalkeys = awful.util.table.join(
end, {description="Disable the second screen", group="screen control"}),
awful.key({modkey}, "z", function()
awful.spawn.easy_async(options.browser .. " 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)
awful.spawn.easy_async(options.browser .. " https://hangouts.google.com https://messenger.com https://web.telegram.org https://gitter.im https://vortex-n7.slack.com/ https://framagenda.org/apps/calendar/", function() end)
naughty.notify({title = "Starting social media"})
end, {description="Open social media", group="shortcuts"}),