# # Sample config file for cscreenshot # [main] img_dir = /home/you/pub_html/screens/ # at the moment I recomend using gifs (patent issues aside) pngs are to large # and montage is fucking up jpgs for some reason. img_type = gif # the number of monitors you have if you don't use xinerama num_screens = 2 thumb_size = 200 # do you want to append the html template to a file write_html = true # for now web file has to be in the img directory web_file = index.html # do you want to upload the images and html upload = true # the directory everything will go on your ftp site remote_dir = www/screens ftp_site = 555.555.555.555 ftp_user = myusername ftp_pass = XXXXXXXX