summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 9 insertions, 0 deletions
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).