A logout / power menu backend that does the heavy lifting so that you can simply implement your logout menu in whatever UI toolkit you want and simply leverage this to support the widest variety of setups.
-
Configurable: you can adapt systemact to your setup by configuring the following settings.
- logout command: change the command to whatever you want if you got a very custom setup.
- lock command: using something like slock? not even a problem.
- suspend method: from the good old suspend to hibrid sleep and suspend then hibernate fully supported.
-
Reduces work: it provides confirmation dialogs for shutdown, reboot, suspend and logout.
-
Minimal: very few dependencies.
- readlink - coreutils.
- mkdir - coreutils.
- cp - coreutils.
- gettext - gettext.
- notify-send - libnotify.
- yad - yad.
- /bin/sh - any posix compatible shell interpreter.
-
Just Works™: sane defaults that cover most setups.
-
Init freedom: using systemd or not is not an issue, systemctl and loginctl are both supported.