Spawn calendar also
This commit is contained in:
parent
42f55f5300
commit
4e9a8e8977
|
@ -485,7 +485,7 @@ globalkeys = awful.util.table.join(
|
|||
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)
|
||||
awful.spawn.easy_async("firefox 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="custom"}),
|
||||
|
||||
|
|
Loading…
Reference in New Issue