An OpenGL lockscreen for X11
Lock the display once:
lockgl
Optionally, use a utility like xidlehook
:
xidlehook --timer 300 lockgl "" &
Build and install lockgl
with the following command:
make install
Before building lockgl
, the following package requirements must be met:
glew
libx11
xorgproto
gllock
for the original inspiration- Efficient Gaussian Blur with Linear Sampling for the technical breakdown of a Gaussian Filter