* Removed include/iso items since they've been integrated into the new scripts * Moved include/live/* to include/ since there's only one "include" folder now
20 lines
348 B
Text
20 lines
348 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 = systemctl poweroff
|
|
restart = systemctl reboot
|
|
logout = openbox --exit
|