This commit is contained in:
Thomas Forgione 2018-12-02 15:59:56 +01:00
parent 80a590df28
commit 2dcd4e2bf9
No known key found for this signature in database
GPG Key ID: 63D3E1A00D54FD76
1 changed files with 1 additions and 1 deletions

2
rc.lua
View File

@ -497,7 +497,7 @@ globalkeys = awful.util.table.join(
end, {description="Disable the second screen", group="screen control"}),
awful.key({modkey}, "z", function()
awful.spawn.easy_async(option.brower .. " 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.brower .. " 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="shortcuts"}),