misc/g15daemon: Wrap README at 72 columns.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2022-03-13 16:59:49 -04:00
parent dbf60e09c8
commit e2eac62dba

View file

@ -1,10 +1,12 @@
The G15daemon is a userspace driver/multiplexer for the keyboard and its LCD, The G15daemon is a userspace driver/multiplexer for the keyboard and
using libg15 for low-level keyboard control. Some features of g15daemon are: its LCD, using libg15 for low-level keyboard control. Some features of
g15daemon are:
1. Allows all extra G15 keys to be used in applications. 1. Allows all extra G15 keys to be used in applications.
2. It allows for multiple simultaneous LCD clients. 2. It allows for multiple simultaneous LCD clients.
3. Virtualises the LCD, the user can select which application is displayed 3. Virtualises the LCD, the user can select which application is
with a simple keypress. displayed with a simple keypress.
4. Clients talk to the daemon via a simple protocol. 4. Clients talk to the daemon via a simple protocol.
5. Client applications have full control over LCD backlight and contrast. 5. Client apps have full control over LCD backlight and contrast.
See README.SLACKWARE for additional setup information. See README.SLACKWARE for additional setup information.