aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-06-08 19:59:18 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-06-08 19:59:18 +0200
commit67b0fc24261282130bdb86b5f902ccf524d22b77 (patch)
tree8ff56a4681f54387ee281fdfac03f48a5023cd26 /README
parent1465169d25cd1a86852e13ff0d5792e14594167f (diff)
new way to try out the sample stuff. makes it even easier for new users
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 4740b21..aea62ce 100644
--- a/README
+++ b/README
@@ -7,7 +7,7 @@
### TO NEW PEOPLE:
* please read the documentation in /usr/share/uzbl/docs
* invoke uzbl --help
-* to get you started: uzbl --uri 'http://www.archlinux.org' --config /usr/share/uzbl/examples/configs/sampleconfig
+* to get you started: `XDG_DATA_HOME=/usr/share/uzbl/examples/data XDG_CONFIG_HOME=/usr/share/uzbl/examples/config uzbl --uri www.archlinux.org`
* study the sample config, have a look at all the bindings, and note how you can call the scripts to load new url from history and the bookmarks file
* note that there is no url bar. all url editing is supposed to happen _outside_ of uzbl.
For now, you can use the `load_from_*` dmenu based scripts to pick a url or type a new one or write commands into the fifo (see /usr/share/uzbl/docs/CHECKLIST)