Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 328 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 328 Bytes

Simple program to suspend a linux box

The following options can be set before building:

HASLOCK - spawn lock command (see config.h)
HASXRANDR - run xrandr init after resume (see config.h)

The options can be either set in config.h or by running the following command:

make 'CFLAGS+=-DHASLOCK -DHASXRANDR'