Updated default commands

This commit is contained in:
2009-03-21 10:34:09 +00:00
parent cca1d3ea27
commit f5702985d6
2 changed files with 5 additions and 5 deletions

View File

@@ -18,9 +18,9 @@ hibernate = H
[commands]
shutdown = shutdown -h now
reboot = reboot
suspend = suspend
hibernate = hibernate1
restart = reboot
suspend = pmi action suspend
hibernate = pmi action hibernate
safesuspend = safesuspend
lock = gnome-screensaver-command -l
switchuser = gdm-control --switch-user

View File

@@ -56,8 +56,8 @@ class OpenboxLogout():
cmd_shutdown = "shutdown -h now"
cmd_restart = "reboot"
cmd_suspend = "suspend"
cmd_hibernate = ""
cmd_suspend = "pmi action suspend"
cmd_hibernate = "pmi action hibernate"
cmd_safesuspend = ""
cmd_lock = "gnome-screensaver-command -l"
cmd_switchuser = "gdm-control --switch-user"