zpfvo / clicklock

lockscreen for touch kiosk devices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

clicklock - screen locker for touch kiosk devices (based on slock)
==================================================================
If you need to catch the first touch event to prevent blind clicks on a
blanked touchscreen.


Requirements
------------
In order to build clicklock you need the Xlib header files.


Installation
------------

    autoreconf --force --install
    ./configure
    make
    make install


Running clicklock
-------------
Use the programm together with xssstart from https://github.com/unixdj/xssstart
You can run it using

    xssstart clicklock

About

lockscreen for touch kiosk devices

License:MIT License


Languages

Language:C 83.6%Language:Roff 12.5%Language:Makefile 2.1%Language:M4 1.8%