Fix social media
This commit is contained in:
parent
c2eab54881
commit
7f7ff5e4af
9
rc.lua
9
rc.lua
|
@ -462,14 +462,9 @@ 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://framagenda.org/apps/calendar/", function() end)
|
||||
naughty.notify({title = "Starting all social media"})
|
||||
end, {description="Open all social media", group="shortcuts"}),
|
||||
|
||||
awful.key({modkey}, "e", function()
|
||||
awful.spawn.easy_async(options.browser .. " https://hangouts.google.com https://messenger.com https://web.telegram.org", function() end)
|
||||
naughty.notify({title = "Starting main social media"})
|
||||
end, {description="Open main social media", group="shortcuts"}),
|
||||
naughty.notify({title = "Starting social media"})
|
||||
end, {description="Open social media", group="shortcuts"}),
|
||||
|
||||
awful.key({modkey}, "l", function()
|
||||
awful.spawn.easy_async_with_shell('sleep 1 && xset dpms force off && slock', function() end)
|
||||
|
|
Loading…
Reference in New Issue