HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

swayidle — Idle management daemon for Wayland. Note: The configuration options are documented in its man page.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
swayidlemanagementidlecommandwaylanddaemonclifor

Problem

How to use the swayidle command: Idle management daemon for Wayland. Note: The configuration options are documented in its man page. More information: <https://github.com/swaywm/swayidle/blob/master/swayidle.1.scd>.

Solution

swayidle — Idle management daemon for Wayland. Note: The configuration options are documented in its man page. More information: <https://github.com/swaywm/swayidle/blob/master/swayidle.1.scd>.

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}}

Code Snippets

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}}

Context

tldr-pages: common/swayidle

Revisions (0)

No revisions yet.