mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-03 19:55:14 +00:00
Update cheatsheets
This commit is contained in:
18
linux/swayidle
Normal file
18
linux/swayidle
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user