Base: LCDproc 0.5.2
[lcdproc-de200c.git] / clients / lcdvc / lcdvc.conf
blob791b4dcb719417788d18ec6a3af0bfdefb692b7f
1 # lcdvc client configuration file
3 ## general options ##
4 [lcdvc]
6 # Address of the LCDd server
7 #Address=127.0.0.1
9 # Port to attach to LCDd server
10 #Port=13666
12 #If false, report to stderr. If true, to syslog.
13 #ReportToSyslog=true
15 # Same as with LCDd.
16 #ReportLevel=4
18 # run in foreground [default: false; legal: true, false]
19 #Foreground=false
21 # Keys to move the visible area around the screen.
22 #UpKey=Up
23 #DownKey=Down
24 #LeftKey=Left
25 #RightKey=Right
27 # VC devices to use [default: /dev/vcs, /dev/vcsa]
28 vcsDevice=/dev/vcs
29 vcsaDevice=/dev/vcsa
31 # EOF