aboutsummaryrefslogtreecommitdiff
path: root/.config/awesome/rc-4.3-3.lua
diff options
context:
space:
mode:
Diffstat (limited to '.config/awesome/rc-4.3-3.lua')
-rw-r--r--.config/awesome/rc-4.3-3.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/awesome/rc-4.3-3.lua b/.config/awesome/rc-4.3-3.lua
index 90a0472..b9338bf 100644
--- a/.config/awesome/rc-4.3-3.lua
+++ b/.config/awesome/rc-4.3-3.lua
@@ -105,7 +105,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 },