====== FAQ ======

Mail pardus@cpan.org if you have questions that you would like to see answered below.

=== How do I set a default directory? ===
If you edit your config file (close **zim** first) and set ''default_root'' to the default directory you can run zim without arguments. See [[config]] for more information.

=== How can I close the "tabs" ? ===
Uhm, if you mean the buttons above your page, technically that are not tabs but a path bar keeping track of your history or recent pages. The buttons in this bar map to pages in your browse history, not to open pages or something like that.

=== I would like ===
Edit your [[config]] file and set ''use_tray_icon'' to ''1''.
Please be aware that **zim** currently does not warn you when opening the same file twice. Make sure you have Gtk2::TrayIcon installed.

=== Is it possible to get a bigger font ? ===
The font used by **zim** is just the gtk default. At the moment it is not possible to configure the font for **zim** specifically but you can set your gtk font to another size. Just put something like 

    gtk-font-name = "Sans 14"

in either ''/'' or ''~/.'' .

=== How do I change the toolbar style ? ===
See the above question for the ''gtkrc'' config files. Try to add something like:

    gtk-toolbar-style     = GTK_TOOLBAR_ICONS
    gtk-toolbar-icon-size = GTK_ICON_SIZE_SMALL_TOOLBAR

This removes text labels in the toolbar and sets the icons to a small size.

=== What about the Gnome ===
**Zim** tries to follow the HIG when practical, but doesn't adhere very strictly to it.
