Files
oblogout/data/oblogout.conf
Andrew Williams 0a6d5a5360 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.
2009-03-21 09:37:21 +00:00

28 lines
463 B
Plaintext

[settings]
usehal = false
[looks]
opacity = 70
bgcolor = black
buttontheme = foom
buttons = cancel, logout, restart, shutdown, suspend, lock
[shortcuts]
cancel = Escape
shutdown = S
restart = R
suspend = U
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