diff --git a/LCDd.conf b/LCDd.conf index ba207c9..6e94370 100644 --- a/LCDd.conf +++ b/LCDd.conf @@ -18,19 +18,42 @@ # # Before the driver sections, global settings can be set. # -# Currently there is only one global setting: +# Global settings are: # # Driver # # Use the specified driver. Second and further instances # of this command add input drivers to the server; -# output is only to the first driver. +# output is only to the first driver. The default driver +# to use is curses. +# +# Bind +# +# Bind to this address; defaults to 127.0.0.1 +# +# Port +# +# Listen on this specified port; defaults to 13666. +# +# Debug +# +# Debugging level; defaults to 0 (no debugging output). +# +# Wait