From 451f0766a1a52b5436d5b9946dc9d11d113f4b7c Mon Sep 17 00:00:00 2001 From: "Alex Xu (Hello71)" Date: Thu, 8 Nov 2018 17:59:32 -0500 Subject: Initial commit --- README | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..d134b6b --- /dev/null +++ b/README @@ -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). -- cgit v1.2.3-54-g00ecf