Open slack
This commit is contained in:
parent
49aee3f1ec
commit
06c7c50bef
2
rc.lua
2
rc.lua
|
@ -475,7 +475,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 https://webmail.renater.fr", function() end)
|
||||
awful.spawn.easy_async(options.browser .. " https://hangouts.google.com https://messenger.com https://web.telegram.org https://webmail.renater.fr https://vortex-n7.slack.com/", function() end)
|
||||
naughty.notify({title = "Starting social media"})
|
||||
end, {description="Open social media", group="shortcuts"}),
|
||||
|
||||
|
|
Loading…
Reference in New Issue