Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 452 Bytes

File metadata and controls

18 lines (11 loc) · 452 Bytes

Locker

A very minimal screen locker for X11.

About

Locker, as its very original name would suggest, simply locks your display. It does nothing more and nothing less.

It uses Odin's lpam linker so that the user's password is automatically and safely configured.

It is still in the pre alpha phase.

Building

odin build locker.odin -file -out:locker -extra-linker-flags:"-lpam" 2>&1

You can change -out: to whatever you want