aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/FAQ
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-05-26 22:17:34 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-05-26 22:17:34 +0200
commitebb4e2a758b7c52d02ad0cc6401f6b14c21fa732 (patch)
tree3a9270daa06f770adea35d60386a3183d38a81cb /docs/FAQ
parent9a5c778d809f1d8e9fb016e56fae96cc41befa5f (diff)
no keybinds by default. they do more harm then good. see ML discussion http://lists.uzbl.org/pipermail/uzbl-dev-uzbl.org/2009-May/000004.html
Diffstat (limited to 'docs/FAQ')
-rw-r--r--docs/FAQ9
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/FAQ b/docs/FAQ
index 431675e..b5a6323 100644
--- a/docs/FAQ
+++ b/docs/FAQ
@@ -2,11 +2,12 @@ FAQ
---
### 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.
+Uzbl includes very limited default settings (statusbar settings, but no keybinds, history/download handlers etc.)
+Look at /usr/share/uzbl/docs/config.h to see the default settings.
+Neither does uzbl 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.
-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.
+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
+so you can add keybinds and to use scripts.
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 ?