From 73dfcb6c632ecde7780e5e9bb53536b65bb0463b Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Thu, 21 May 2009 21:15:27 +0200 Subject: support for some default settings so that uzbl is more uzbl by default (without config file) --- docs/FAQ | 8 +++++--- docs/TODO | 1 - 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/FAQ b/docs/FAQ index e3652f9..431675e 100644 --- a/docs/FAQ +++ b/docs/FAQ @@ -1,10 +1,12 @@ FAQ --- -### I just installed uzbl but it doesn't do much. I can load one uri and quit the program but that's it. -You did not load a configuration. Uzbl does not create a default config file on startup like some other programs do. +### I just installed uzbl but it doesn't do much. What now? +Uzbl does not create a default config file on startup like some other programs do. Because we want to give you the freedom to place your config where you want, and to use a config or not. -Have a look in /usr/share/uzbl/examples/configs. +Uzbl includes *some* default settings hardcoded, but these are rather limited (some navigation keybinds, statusbar settings, but no history/download handlers etc.) +Look at config.h to see the default settings. +Have a look in /usr/share/uzbl/examples/configs to see what you can do. You will probably want to create your own config based on an example config. Use the --config parameter or save your config as $XDG\_CONFIG\_HOME/uzbl/config to have it auto-loaded. ### Where is the location bar? How do I change the URL ? diff --git a/docs/TODO b/docs/TODO index 8d7994d..0b0e035 100644 --- a/docs/TODO +++ b/docs/TODO @@ -5,7 +5,6 @@ More or less in order of importance/urgency * allow to tag , to group instances together * store uri/tag/name/state in xorg window properties * split up uzbl.c into multiple files -* define a basic, simple default config so uzbl is a bit uzbl by default * shortcuts to focus other instances (see docs/multiple-instances-management) * password handler (manager) -- cgit v1.2.3