swaywm/swayidle

Prematurely Trigger Idle

JonathanILevi opened this issue · 3 comments

Is it possible to execute a command to prematurely trigger an idle? I have have swayidle putting my turning my screens off after a delay but I would like to be able to manually trigger it. If not could it be possible to just specify a command to execute on the next activity?

Send SIGUSR1 to swayidle

Um, how do I do that?

killall -SIGUSR1 swayidle or pkill -SIGUSR1 swayidle