From 41d50ecb2f7aa32cca72e70ea4d80d2a922ea2e3 Mon Sep 17 00:00:00 2001 From: Lena <126529524+acuteenvy@users.noreply.github.com> Date: Sun, 26 Nov 2023 08:00:42 +0100 Subject: [PATCH] swayidle: add page (#11586) --- pages/linux/swayidle.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 pages/linux/swayidle.md diff --git a/pages/linux/swayidle.md b/pages/linux/swayidle.md new file mode 100644 index 000000000..efa4895a7 --- /dev/null +++ b/pages/linux/swayidle.md @@ -0,0 +1,13 @@ +# swayidle + +> Idle management daemon for Wayland. +> Note: the configuration options are documented in its man page. +> More information: . + +- Listen for idle activity using the configuration in `$XDG_CONFIG_HOME/swayidle/config` or `$HOME/swayidle/config`: + +`swayidle` + +- Specify an alternative path to the configuration file: + +`swayidle -C {{path/to/file}}`