Added shortcut for social

This commit is contained in:
Thomas Forgione 2018-08-22 13:52:35 +02:00
parent 6f2df9654c
commit 475fbc7886
No known key found for this signature in database
GPG Key ID: 203DAEA747F48F41
1 changed files with 5 additions and 0 deletions

View File

@ -473,6 +473,11 @@ globalkeys = awful.util.table.join(
awful.spawn.easy_async("tv.py disable", function() end)
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)
naughty.notify({title = "Starting social media"})
end, {description="Open social media", group="custom"}),
awful.key({modkey, "Shift"}, "m", function()
awful.spawn.easy_async('sleep 0.5', function()
for i = 1, #options.email do