From 5fcb814a736698f76259904e291650a6d0485f8c Mon Sep 17 00:00:00 2001 From: emersion Date: Sun, 28 Oct 2018 09:16:42 +0100 Subject: swayidle: enter idle state on SIGUSR1 --- swayidle/swayidle.1.scd | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'swayidle/swayidle.1.scd') diff --git a/swayidle/swayidle.1.scd b/swayidle/swayidle.1.scd index 7c1b138a..3083163f 100644 --- a/swayidle/swayidle.1.scd +++ b/swayidle/swayidle.1.scd @@ -22,11 +22,13 @@ swayidle listens for idle activity on your Wayland compositor and executes tasks on various idle-related events. You can specify any number of events at the command line. +Sending SIGUSR1 to swayidle will immediately enter idle state. + # EVENTS *timeout* [resume ] Execute _timeout command_ if there is no activity for seconds. - + If you specify "resume ", _resume command_ will be run when there is activity again. @@ -39,11 +41,11 @@ All commands are executed in a shell. # EXAMPLE ``` - swayidle \ - timeout 300 'swaylock -c 000000' \ - timeout 600 'swaymsg "output * dpms off"' \ +swayidle \ + timeout 300 'swaylock -c 000000' \ + timeout 600 'swaymsg "output * dpms off"' \ resume 'swaymsg "output * dpms on"' \ - before-sleep 'swaylock -c 000000' + before-sleep 'swaylock -c 000000' ``` This will lock your screen after 300 seconds of inactivity, then turn off your @@ -58,4 +60,4 @@ https://github.com/swaywm/sway. # SEE ALSO -*sway*(5) *swaymsg*(1) *sway-input*(5) *sway-bar*(5) +*sway*(5) *swaymsg*(1) *sway-input*(5) *sway-output*(5) *sway-bar*(5) -- cgit v1.2.3-54-g00ecf