# dillorc # Sample dillo initialization file. # # Lines that start with a '#' are comments. # "#option=..." shows the built-in default. # "# option=..." is an additional example. # "option=..." overrides the built-in value. #------------------------------------------------------------------------- # FIRST SECTION :) #------------------------------------------------------------------------- # Set the desired initial browser size # geometry=650x545+0+20 #geometry=780x580 # Change this (and the following option) if you want to have text-only browsing # from the start. (While browsing, this can be changed from the tools/settings # menu.) #load_images=YES # A space separated list of image formats that will be ignored (not viewed). # An option to download the image will be offered instead. # Available formats: gif, png, webp, jpeg and svg. # ignore_image_formats="webp svg" #ignore_image_formats="" # Change this if you want background images to be loaded initially. # (While browsing, this can be changed from the tools/settings menu.) #load_background_images=NO # Change this if you want to disable loading of CSS stylesheets initially. # (While browsing, this can be changed from the tools/settings menu.) #load_stylesheets=YES # Change this if you want to disable parsing of embedded CSS initially. # (While browsing, this can be changed from the tools/settings menu.) #parse_embedded_css=YES # Change the buffering scheme for drawing # 0 no double buffering - useful for debugging # 1 light buffering using a single back buffer for all windows # 2 full fltk-based double buffering for all windows #buffered_drawing=1 # Set your default directory for download/save operations #save_dir=/tmp # Set the increment in pixels that the page is moved up/down with each input # from the mouse wheel, keyboard arrow keys, or scrollbar arrow buttons. #scroll_step=100 # Controls the overlap in pixels when scrolling to the next or previous page. # It is used to repeat the last line(s) to avoid losing the reading flow. It # controls the overlap in both the vertical and horizontal directions. #scroll_page_overlap=50 # Place the vertical scrollbar on the left side (default right). #scrollbar_on_left=NO # Enable the page mode for the vertical scrollbar. When this mode is enabled, # clicking anywhere on the vertical scrollbar with the left button scrolls one # page down. With the right button, one page up. Click with the middle button to # jump to a given position. #scrollbar_page_mode=NO # Define custom actions for the link menu. The format is