~aperezdc/gtklock-dpms-module

GtkLock module which blanks monitors after idle
c8db573b — Adrian Perez de Castro 5 months ago
Adapt to changes in GtkLock 3.0
fadf81d0 — Adrian Perez de Castro 7 months ago
Meson: Fix project module name
4fe35602 — Adrian Perez de Castro 7 months ago
README: Add debugging note

clone

read-only
https://git.sr.ht/~aperezdc/gtklock-dpms-module
read/write
git@git.sr.ht:~aperezdc/gtklock-dpms-module

You can also use your local clone with git send-email.

#gtklock-dpms-module

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.

#Usage

gtklock --idle-hide --idle-timeout 10 --modules path/to/libgtklock-dpms.so

#Configuration

There are no configuration options for now.

#Dependencies

  • GtkLock 3.0.x
  • GTK+ 3

Additionally, for building:

  • Meson
  • Ninja
  • pkg-config
  • wlr-protocols
  • wayland-scanner

#Debugging

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.