Prematurely Trigger Idle
JonathanILevi opened this issue · 3 comments
JonathanILevi commented
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?
RedSoxFan commented
Send SIGUSR1
to swayidle
JonathanILevi commented
Um, how do I do that?
RedSoxFan commented
killall -SIGUSR1 swayidle
or pkill -SIGUSR1 swayidle