mirror of
https://github.com/kristoferssolo/solorice.git
synced 2026-03-18 08:09:40 +00:00
Changed awesomewm suspend command
This commit is contained in:
@@ -54,7 +54,7 @@ local function worker(user_args)
|
||||
local onlogout = args.onlogout or function () awesome.quit() end
|
||||
local onlock = args.onlock or function() awful.spawn.with_shell("dm-tool lock") end
|
||||
local onreboot = args.onreboot or function() awful.spawn.with_shell("reboot") end
|
||||
local onsuspend = args.onsuspend or function() awful.spawn.with_shell("loginctl suspend") end
|
||||
local onsuspend = args.onsuspend or function() awful.spawn.with_shell("systemctl suspend") end
|
||||
local onpoweroff = args.onpoweroff or function() awful.spawn.with_shell("shutdown now") end
|
||||
|
||||
local menu_items = {
|
||||
|
||||
Reference in New Issue
Block a user