blob: 1a149097914d108da492394e37bcf9234229e135 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[logout-manager]
hibernate_command="printf 'disk' | sudo tee /sys/power/state"
lock_command="xscreensaver --locknow"
logout_command="logout from something"
reboot_command="sudo shutdown -r now"
shutdown_command="sudo shutdown -h now"
[icons]
size = 24
#theme = default
# use names as used by the icon theme, or give a full path here
hibernate = system-hibernate
lock = system-lock-screen
logout = system-log-out
reboot = system-reboot
shutdown = system-shutdown
|