'Halt' command added.

This commit is contained in:
Kolan Sh 2014-10-18 14:46:52 +04:00
parent 4799e07878
commit 6c0efb53ab
1 changed files with 1 additions and 0 deletions

1
rc.lua
View File

@ -111,6 +111,7 @@ myawesomemenu = {
{ "hibernate", "gksudo hibernate" },
{ "lock", "xscreensaver-command --lock" },
{ "reboot", "sudo reboot" },
{ "halt", "sudo halt" },
{ "manual", terminal .. " -e man awesome", freedesktop.utils.lookup_icon({ icon = 'help' }) },
{ "edit config", editor_cmd .. " " .. awesome.conffile, freedesktop.utils.lookup_icon({ icon = 'package_settings' }) },
{ "restart", awesome.restart, freedesktop.utils.lookup_icon({ icon = 'system-shutdown' }) },