Closed mindrunner closed 4 years ago
I would like to query if I am in disabled or enabled state and maybe even if there is something (e.g. a full screen video) inhibiting the screensaver.
Use case: i3bar displaying whether screensaver is on or off as well as toggling the functionality from there.
Is there any option to get this information or do we need to extend xidlehook-client with the parameters --toggle and --query?
xidlehook-client
--toggle
--query
Would probably be implemented together with #27
Yeah this is fixed now, I forgot to clean up the issue list after !6
I would like to query if I am in disabled or enabled state and maybe even if there is something (e.g. a full screen video) inhibiting the screensaver.
Use case: i3bar displaying whether screensaver is on or off as well as toggling the functionality from there.
Is there any option to get this information or do we need to extend
xidlehook-client
with the parameters--toggle
and--query
?