Remove slack and gitter
This commit is contained in:
parent
5c94830f23
commit
c2eab54881
2
rc.lua
2
rc.lua
|
@ -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 https://gitter.im https://vortex-n7.slack.com/ https://framagenda.org/apps/calendar/", function() end)
|
||||
awful.spawn.easy_async(options.browser .. " https://hangouts.google.com https://messenger.com https://web.telegram.org https://framagenda.org/apps/calendar/", function() end)
|
||||
naughty.notify({title = "Starting all social media"})
|
||||
end, {description="Open all social media", group="shortcuts"}),
|
||||
|
||||
|
|
Loading…
Reference in New Issue