Added shortcut for social
This commit is contained in:
parent
6f2df9654c
commit
475fbc7886
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue