Added option to not use HAL, instead using command execution. This will

allow for portability to systems that don't have HAL installed.

At the moment the configuration for the command lines in the conf file
do not work.
This commit is contained in:
2009-03-21 09:37:21 +00:00
parent bb49ab4195
commit 0a6d5a5360
2 changed files with 91 additions and 45 deletions

View File

@@ -1,3 +1,6 @@
[settings]
usehal = false
[looks]
opacity = 70
bgcolor = black
@@ -13,3 +16,12 @@ logout = L
lock = K
hibernate = H
[commands]
shutdown = shutdown -h now
reboot = reboot
suspend = suspend
hibernate = hibernate1
safesuspend = safesuspend
lock = gnome-screensaver-command -l
switchuser = gdm-control --switch-user
logout = openbox --exit