]> git.armaanb.net Git - chorizo.git/blobdiff - README
Mod1 + d closes the download manager
[chorizo.git] / README
diff --git a/README b/README
index 42948a9d784d70cfc787789d2b384f482e89a19f..f89e5cdd8995cabc3993b8e9a58c1727890d22bc 100644 (file)
--- a/README
+++ b/README
@@ -9,7 +9,7 @@ A simple web browser using GTK+ 2, GLib and WebKitGTK+.
 Features:
 
     - A WebKit viewport
-    - An input box to change the URL or to search the current page
+    - An input box to change the URI or to search the current page
     - Built-in launching of suckless' tabbed
     - Built-in adblock
     - Built-in download manager
@@ -96,7 +96,7 @@ Main windows
             Close the current window.
 
         Mod1 + w
-            Go to your "homepage" which is the first URL specified on
+            Go to your "homepage" which is the first URI specified on
             the command line.
 
         Mod1 + e
@@ -157,16 +157,16 @@ Main windows
             Reset the content of the location bar to "/".
 
         Escape
-            Reset the content of the location bar to the current URL.
+            Reset the content of the location bar to the current URI.
 
         Return
             "Commit", i.e. begin searching, do a keyword based search or
-            open the URL.
+            open the URI.
 
 
 Download manager
 
-    Mod1 + q
+    Mod1 + d
         Close the download manager (downloads are not aborted).
 
 
@@ -174,6 +174,10 @@ Download manager
 Command line arguments
 ======================
 
+Usage:
+
+    lariza [OPTION]... [URI]...
+
 In addition to the standard arguments of GTK+ 2, lariza knows about the
 following options:
 
@@ -191,6 +195,9 @@ following options:
     -T
         Disables automatic launching of suckless' tabbed.
 
+After these options there can be any number of URIs. If no URIs are
+given, about:blank will be opened.
+
 
 =====================
 Environment variables
@@ -212,7 +219,7 @@ following environment variables:
         file system. The name of this pipe usually is (at least on
         modern systems following XDG "standards"):
 
-            /var/run/$UID/lariza.fifo-$LARIZA_FIFO_SUFFIX
+            /var/run/user/$UID/lariza.fifo-$LARIZA_FIFO_SUFFIX
 
         $UID is the id of your user. $LARIZA_FIFO_SUFFIX defaults to
         "main". If you change this variable, you can launch several
@@ -241,7 +248,7 @@ Lines starting with "#" are ignored.
 Keyword based searching
 =======================
 
-In this file, you can configure keywords and the associated URLs:
+In this file, you can configure keywords and the associated URIs:
 
     ~/.config/lariza/keywordsearch
 
@@ -250,7 +257,7 @@ Each line has to look like this:
     wi https://en.wikipedia.org/w/index.php?title=Special:Search&search=%s
 
 "wi" is the keyword, so when opening "wi foo", lariza will search in
-Wikipedia. Note the "%s" at the end of the URL: This is where your
+Wikipedia. Note the "%s" at the end of the URI: This is where your
 search term will be placed.
 
 Lines starting with "#" are ignored.
@@ -276,8 +283,8 @@ WebKit local storage
 
 WebKit does create files in your $XDG_* directories, i.e. ~/.local/share
 or ~/.cache. It's up to you what you want to do with this junk. I remove
-it regularly if no WebKit browser is running. Another option would be to
-change the $XDG_* variables.
+it regularly when no WebKit browser is running. Another option would be
+to change the $XDG_* variables.
 
 I have explicitly not turned off the local storage feature in WebKit
 because I don't know if this breaks web applications.