diff options
author | B Stack <bgstack15@gmail.com> | 2020-03-10 17:23:25 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-03-10 17:23:25 -0400 |
commit | b499fd8bbf3d455cbbdf57acc4091b911d96ee22 (patch) | |
tree | 982e24259ddcb45e358d94b2fa3200925fb56f57 /src/etc/logout-manager.conf | |
parent | use /etc/default/logout-manager and conf files (diff) | |
download | logout-manager-b499fd8bbf3d455cbbdf57acc4091b911d96ee22.tar.gz logout-manager-b499fd8bbf3d455cbbdf57acc4091b911d96ee22.tar.bz2 logout-manager-b499fd8bbf3d455cbbdf57acc4091b911d96ee22.zip |
rearrange src and add readme
Diffstat (limited to 'src/etc/logout-manager.conf')
-rw-r--r-- | src/etc/logout-manager.conf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/etc/logout-manager.conf b/src/etc/logout-manager.conf new file mode 100644 index 0000000..1a14909 --- /dev/null +++ b/src/etc/logout-manager.conf @@ -0,0 +1,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 |