1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
## yada
[server]
DriverPath=/usr/lib/lcdproc/
Driver=curses
Driver=lirc
AutoRotate=no
# Tells the driver to bind to the given interface
Bind=127.0.0.1
# Listen on this specified port; defaults to 13666.
Port=13666
Hello=" Bienvenue"
Hello=" LCDproc et Config::Model!"
[menu]
# The following works excellent with 4 keys or more.
EnterKey=Enter
UpKey=Up
# Downkey and not donkey :-)
DownKey=Down
## Curses driver ##
[curses]
Size=20x2
[lirc]
prog = lcdd
|