mirror of
https://github.com/nikdoof/oblogout.git
synced 2025-12-25 16:29:21 +00:00
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.
28 lines
463 B
Plaintext
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
|