blob: d134b6baaa8d47f3e717ba5338407a66ece2e9ce (
plain)
1
2
3
4
5
6
7
8
9
|
Basic systemd inhibit delay program.
Usage: systemd-inhibit-delay WHAT COMMAND [ARGS...]
systemd-inhibit-delay sleep swaylock -f
Note that the command *must exit when done*, as only then will the requested
operation continue. If you put "swaylock" for example, your system will
unnecessarily wait 5 seconds before sleeping (in the default configuration).
|