mirror of
https://github.com/elenapan/dotfiles.git
synced 2025-12-26 23:34:57 +08:00
Add poweroff button keybind for the exit screen
This commit is contained in:
parent
2649d343c6
commit
baabbe9f0b
1 changed files with 5 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue