gksudo hibernate -> sudo hibernate

This commit is contained in:
Kolan Sh 2014-10-18 14:50:55 +04:00
parent 6c0efb53ab
commit cfab75032d
1 changed files with 1 additions and 1 deletions

2
rc.lua
View File

@ -108,7 +108,7 @@ tags = {
menu_items = freedesktop.menu.new()
myawesomemenu = {
{ "next wall", cfgpath.."/set_wall.sh "..home.."/wallpapers/" },
{ "hibernate", "gksudo hibernate" },
{ "hibernate", "sudo hibernate" },
{ "lock", "xscreensaver-command --lock" },
{ "reboot", "sudo reboot" },
{ "halt", "sudo halt" },