aboutsummaryrefslogtreecommitdiff
path: root/logout-manager.conf
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-03-10 17:23:25 -0400
committerB Stack <bgstack15@gmail.com>2020-03-10 17:23:25 -0400
commitb499fd8bbf3d455cbbdf57acc4091b911d96ee22 (patch)
tree982e24259ddcb45e358d94b2fa3200925fb56f57 /logout-manager.conf
parentuse /etc/default/logout-manager and conf files (diff)
downloadlogout-manager-b499fd8bbf3d455cbbdf57acc4091b911d96ee22.tar.gz
logout-manager-b499fd8bbf3d455cbbdf57acc4091b911d96ee22.tar.bz2
logout-manager-b499fd8bbf3d455cbbdf57acc4091b911d96ee22.zip
rearrange src and add readme
Diffstat (limited to 'logout-manager.conf')
-rw-r--r--logout-manager.conf16
1 files changed, 0 insertions, 16 deletions
diff --git a/logout-manager.conf b/logout-manager.conf
deleted file mode 100644
index 1a14909..0000000
--- a/logout-manager.conf
+++ /dev/null
@@ -1,16 +0,0 @@
-[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
bgstack15