diff options
Diffstat (limited to '.config/awesome/rc.lua')
| -rw-r--r-- | .config/awesome/rc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index ac17757..f1f2040 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -88,7 +88,7 @@ myawesomemenu = { { "reboot", function() awful.spawn("sh -c 'systemctl reboot'") end }, { "refresh", awesome.restart }, -- { "quit", function() awesome.quit() end }, - { "shutdown", function() awful.spawn("sh -c 'systemctl poweroff'") end }, + { "poweroff", function() awful.spawn("sh -c 'systemctl poweroff'") end }, { "stagnate", function() awful.spawn.easy_async_with_shell("sh -c 'systemctl hibernate'") end }, { "suspend", function() awful.spawn.easy_async_with_shell("sh -c 'systemctl suspend'") end }, { "logout", function() awful.spawn("sh -c 'pkill -9 -u $USER'") end }, |
