halt -> poweroff

This commit is contained in:
Kolan Sh 2018-04-26 10:10:47 +03:00
parent 3104af29d1
commit 4648b8f341
1 changed files with 2 additions and 2 deletions

4
rc.lua
View File

@ -120,8 +120,8 @@ myawesomemenu = {
{ "pm-suspend-hybrid", "sudo pm-suspend-hybrid" },
{ "pm-hibernate", "sudo pm-hibernate" },
{ "lock", "xscreensaver-command --lock" },
{ "reboot", "sudo reboot" },
{ "halt", "sudo halt" },
{ "reboot", "sudo shutdown -r now" },
{ "poweroff", "sudo poweroff" },
{ "hotkeys", function() return false, hotkeys_popup.show_help end},
{ "manual", terminal .. " -e man awesome" },
{ "edit config", editor_cmd .. " " .. awesome.conffile },