You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, it would be nice if resume did not get executed in the following case:
swayidle timeout 1 'exit 1' resume 'echo resume'
My usecase is checking if swaylock is running in the timeout command (using pgrep or such) to run dpms off. However, running dpms on in the resume clause unconditionally causes frame drops during normal usage and I find duplicating the conditional suboptimal.
The text was updated successfully, but these errors were encountered:
For example, it would be nice if
resume
did not get executed in the following case:My usecase is checking if swaylock is running in the timeout command (using
pgrep
or such) to rundpms off
. However, runningdpms on
in theresume
clause unconditionally causes frame drops during normal usage and I find duplicating the conditional suboptimal.The text was updated successfully, but these errors were encountered: