aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorGravatar Zane Ashby <zane.a@demonastery.org>2009-04-24 21:21:12 +1200
committerGravatar Zane Ashby <zane.a@demonastery.org>2009-04-24 21:21:12 +1200
commitd40424927ecf0fc91daa8788a85cf5f2ca8fa749 (patch)
tree78f0037706bb9774f7b43fb900d334bed071fc23 /README
parent1a81a70bb3374cbba1d2f625344b1ab2337e4d63 (diff)
Updated README
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 3 insertions, 6 deletions
diff --git a/README b/README
index a605779..9625645 100644
--- a/README
+++ b/README
@@ -1,11 +1,8 @@
Control:
- - FIFO opened in /tmp/uzbl
- - 'forward', 'back, 'http://www.blah.com', at the supported commands.
- - Must be a blank character at the end (eg: newline)
+ - FIFO opened in /tmp/uzbl_pid
+ - 'forward', 'back', 'http://www.blah.com', are the supported commands.
Todo:
- - Include PID in FIFO name to allow multiple instances.
- - Delete FIFO upon terminating.
Bugs:
- - Segfaults sometimes occur, no idea why.
+ - Segfault occurs on shutdown, almost definitely FIFO related