aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
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