diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2018-11-08 17:59:32 -0500 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2018-11-08 17:59:32 -0500 |
commit | 451f0766a1a52b5436d5b9946dc9d11d113f4b7c (patch) | |
tree | b9dd9f86e39fd8d6e03006dc6a160e57cd004820 /README | |
download | systemd-inhibit-delay-master.tar.xz systemd-inhibit-delay-master.zip |
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,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). |