~aperezdc/gtklock-dpms-module

GtkLock module which blanks monitors after idle
fe749701 — Adrian Perez de Castro 3 months ago
Adapt to changes in GtkLock 4.0
c8db573b — Adrian Perez de Castro 9 months ago
Adapt to changes in GtkLock 3.0
fadf81d0 — Adrian Perez de Castro 11 months ago
Meson: Fix project module name

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 4.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.

Do not follow this link