worked on powerbutton

This commit is contained in:
Rene Kievits
2021-10-02 21:03:54 +02:00
parent 558831d305
commit 16508c1fae
21 changed files with 2577 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ local _M = { }
local terminal = RC.vars.terminal
M.session = {
{ "Logout", function () awful.spawn.with_shell('logout') end },
{ "Logout", function () awesome.quit() end },
{ "Shutdown", function () awful.spawn.with_shell('shutdown now') end },
{ "Reboot", function () awful.spawn.with_shell('reboot') end },
}