Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 756 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 756 Bytes

lockgl

An OpenGL lockscreen for X11

Example

Usage

Lock the display once:

lockgl

Optionally, use a utility like xidlehook:

xidlehook --timer 300 lockgl "" &

Installation

Build and install lockgl with the following command:

make install

Requirements

Before building lockgl, the following package requirements must be met:

  • glew
  • libx11
  • xorgproto

Acknowledgements