Browser
This commit is contained in:
parent
2dcd4e2bf9
commit
ec4a269a73
2
rc.lua
2
rc.lua
|
@ -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(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)
|
||||
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://nextcloud.tforgione.fr/apps/calendar", function() end)
|
||||
naughty.notify({title = "Starting social media"})
|
||||
end, {description="Open social media", group="shortcuts"}),
|
||||
|
||||
|
|
Loading…
Reference in New Issue