diff --git a/awesome/rc.lua b/awesome/rc.lua index eb3e5d4..0eab51e 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -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