Adapt to changes in GtkLock 3.0
Meson: Fix project module name
README: Add debugging note
This is a loadable module for GtkLock which will blank (power-off) outputs five seconds after the idle timeout has hidden the input password entry. If the idle timeout is disabled, this module does nothing.
gtklock --idle-hide --idle-timeout 10 --modules path/to/libgtklock-dpms.so
There are no configuration options for now.
Additionally, for building:
pkg-config
wlr-protocols
wayland-scanner
Setting G_MESSAGES_DEBUG=GtkLock-DPMS
in the environment before launching
gtklock
will print debugging messages to standard error. Such debug log is
valuable when reporting issues.