Closed chopfitzroy closed 5 years ago
It's relative, seems like you did it correctly. So 300 would mean 300 seconds after it locks.
Have you tried without --not-when-fullscreen? I'm thinking maybe your lockscreen counts as a fullscreen application or something...
Try changing the lock timer to be primary
instead of normal
.
@thetarkus changing to primary
did indeed fix this, may I ask what the issue was?
Oh, the question was why using the socket didn't trigger the timer? Yeah the socket triggers the timer marked as primary, so if no timer is the primary timer, nothing happens.
Hey I am trying to run the following script on boot:
The second
--timer
(system suspend) never seems to execute, am I correct in thinking that the second timer starts after the first one is executed? Or does it need to be more like600
and900
instead of600
then300
?Cheers.