# dillorc # Sample dillo initialization file. # Lines that start with a '#' are comments. #------------------------------------------------------------------------- # FIRST SECTION :) #------------------------------------------------------------------------- # Set the desired initial browser size geometry=240x300 # Dicache is where the Decompressed Images are cached (not the original ones). # If you have a lot of memory and a slow CPU, use YES, otherwise use NO use_dicache=NO #------------------------------------------------------------------------- # RENDERING SECTION #------------------------------------------------------------------------- # All fontsizes are scaled by this value (default is 1.0) font_factor=0.8 # If you prefer oblique over italic fonts, uncoment next line #use_oblique=YES # Show ALT popup for images? show_alt=YES # Set this to YES, if you want to limit the word wrap width to the vieport # width (may be useful for iPAQ) limit_text_width=YES #------------------------------------------------------------------------- # NETWORK SECTION #------------------------------------------------------------------------- # Set the home location home=http://www.google.com/ # Set the proxy information for http #http_proxy=http://localhost:8080/ # Set the domain to access without proxy #no_proxy = http://www.mynet.com/ #------------------------------------------------------------------------- # COLORS SECTION #------------------------------------------------------------------------- # Here we can use the HTML (standar and extended) or C syntax. # Set the background color # bg_color=gray # bg_color=0xd6d6c0 bg_color=0xFFFFFF # Set the text color text_color=black # Set the link color link_color=blue # If your eyes don't suffer with white backgrounds, or you need # high contrast to see sharply, uncomment next line. #allow_white_bg=YES # Use the same colors with all documents? force_my_colors=NO #------------------------------------------------------------------------- # USER INTERFACE SECTION #------------------------------------------------------------------------- # Size of dillo panel (used to enlarge the browsing area) # tiny : recommended for iPAQ (with small_icons) # medium : nice! # large : Traditional panel_size=tiny small_icons=YES # Here you can choose to hide some widgets of the dillo panel... #show_back=NO #show_forw=NO show_home=NO #show_reload=NO show_save=NO #show_stop=NO #show_menubar=NO show_clear_url=NO #show_url=NO show_progress_box=NO # Enabling this will restrain OpenUrl and FindText, but may be required # for the ION window manager. transient_dialogs=YES # ----------------------------------------------------------------------- # dillorc ends here.