diff --git a/LCDclients.conf b/LCDclients.conf deleted file mode 100644 index b333208..0000000 --- a/LCDclients.conf +++ /dev/null @@ -1,35 +0,0 @@ -# LCDproc client configuration file - -## Options for lcdexec ## -[lcdexec] -# address of the LCDd server to connect to -Address=localhost - -# Port of the server to connect to -Port=13666 - -# set reporting level -ReportLevel=2 - -# report to to syslog ? -ReportToSyslog=false - -# stay in foreground ? -Foreground=false - -# menu commands for the main menu -# format: , -MenuCommand="You can say A, echo A" -MenuCommand="Or you can say B, echo B" - -# sub menu for the main menu -# format: , -SubMenu="A menu, menu1" - -# sub menu commands -# option names must start with the name of a defined menu -# format: see menu commands -menu1_MenuCommand="p, echo P" -menu1_MenuCommand="q, echo Q" - -# EOF