Add poweroff button keybind for the exit screen

This commit is contained in:
elenapan 2020-08-10 19:19:28 +03:00
parent 2649d343c6
commit baabbe9f0b

View file

@ -248,6 +248,11 @@ keys.globalkeys = gears.table.join(
exit_screen_show()
end,
{description = "quit awesome", group = "awesome"}),
awful.key({ }, "XF86PowerOff",
function ()
exit_screen_show()
end,
{description = "quit awesome", group = "awesome"}),
-- Number of master clients
awful.key({ superkey, altkey }, "h",