* Unmount filesystem(s) and flush write cache before poweroff/reboot * Also adjusted timouts to maybe fix issue #52
20 lines
416 B
Text
20 lines
416 B
Text
[settings]
|
|
usehal = false
|
|
|
|
[looks]
|
|
opacity = 70
|
|
bgcolor = black
|
|
buttontheme = foom
|
|
#buttons = cancel, logout, restart, shutdown, suspend, hibernate, lock
|
|
buttons = restart, shutdown, logout
|
|
|
|
[shortcuts]
|
|
cancel = Escape
|
|
shutdown = S
|
|
restart = R
|
|
logout = L
|
|
|
|
[commands]
|
|
shutdown = /usr/local/bin/wk-power-command poweroff
|
|
restart = /usr/local/bin/wk-power-command reboot
|
|
logout = /usr/local/bin/wk-power-command logout
|