You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
793 B
43 lines
793 B
9 years ago
|
#
|
||
|
# Openbox shutdown dialog
|
||
|
#
|
||
|
|
||
|
[general]
|
||
|
version = 0.1-rc1
|
||
|
verbose = false
|
||
|
default_action = logout
|
||
|
composite = true
|
||
|
theme = faenza
|
||
|
#buttons = cancel logout shutdown restart suspend hibernate
|
||
|
buttons = cancel logout shutdown restart
|
||
|
|
||
|
[actions]
|
||
|
logout = openbox --exit
|
||
|
shutdown = shutdown -p now
|
||
|
restart = shutdown -r now
|
||
|
lock =
|
||
|
switch =
|
||
|
suspend =
|
||
|
hibernate =
|
||
|
custom =
|
||
|
|
||
|
[shortcuts]
|
||
|
logout = l
|
||
|
shutdown = s
|
||
|
restart = r
|
||
|
lock =
|
||
|
switch =
|
||
|
suspend =
|
||
|
hibernate =
|
||
|
custom =
|
||
|
|
||
|
[labels]
|
||
|
cancel = CANCEL
|
||
|
logout = LOGOUT
|
||
|
restart = RESTART
|
||
|
shutdown = SHUTDOWN
|
||
|
lock = LOCK
|
||
|
switch = SWITCH USER
|
||
|
suspend = SUSPEND
|
||
|
hibernate = HIBERNATE
|