Added webmail renater

This commit is contained in:
Thomas Forgione 2019-10-15 10:13:55 +02:00
parent 7f7ff5e4af
commit 83d83edc0b
No known key found for this signature in database
GPG Key ID: BFD17A2D71B3B5E7
1 changed files with 1 additions and 1 deletions

2
rc.lua
View File

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