aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--README3
-rw-r--r--docs/TODO4
2 files changed, 5 insertions, 2 deletions
diff --git a/README b/README
index 41c3def..e02cfa7 100644
--- a/README
+++ b/README
@@ -77,6 +77,9 @@ There are several interfaces to interact with uzbl:
an utitly we include with uzbl made especially for writing commnands to the socket (and at some point, it will be able to tell you the response
too): `uzblctrl -s <socketfile> -c <command>`
+When uzbl forks a new instance (eg "open in new window") it will use the same commandline arguments (eg the same --config <file>), except --uri and--name.
+If you made changes to the configuration at runtime, these are not pased on to the child.
+
### COMMAND SYNTAX
TODO
diff --git a/docs/TODO b/docs/TODO
index d501643..bdfdb1d 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -26,7 +26,6 @@ More or less in order of importance/urgency
* check that in new version pageup etc works also in command
* tab key to jump between input fields should probably work in both insert and command mode
* do not delete fifo/socket if they exist already. rather give error and don't create one.
-* backspace key to pop characters from (multichar) command
* optional logging of http requests&responses with ip/hostname and port. -> how to implement? handler? stdout? (through a socket so you know what corresponds to what?)
* bench/optimize fifo vs socket performance. measure delays. minimize forks. does glib use a shell? how does it detect the shebang line?
* "remember account settings" support. but how? configure post data per site? regex match eg '^bbs.archlinux.org' ?
@@ -44,10 +43,11 @@ More or less in order of importance/urgency
* check for real command name, not just the first letter.
* let users attach handlers to the most common events/signals in uzbl.
* write little script to open new urls with the urxvt url thing +document.
-* add Rob/anydots trees on website
SOMEDAY:
figure out caching with webkit and in general how we can speed up everything
figure out how webkit intercepts key input
make "disable insert mode" (esc key) configurable
keywords don't work for external commands. is this a problem?
+* pass a bit less arguments by default, use the socket to query for them instead, or export the stuff through environment variables, or export them as xorg window properties
+* write a config "generator" that iterates over the Uzbl uzbl and generates the commands needed to become in that state. \ No newline at end of file