]> git.armaanb.net Git - chorizo.git/blobdiff - man/chorizo.1.scd
Rename web_extensions to web-extensions
[chorizo.git] / man / chorizo.1.scd
index 8f6e7b3662cba674e545a49e796efc243a6b176d..22dcf42ebdb6e40f09652a1aff79d4e728eeba19 100644 (file)
@@ -16,6 +16,9 @@ following options:
 *-C*
        Disables cooperative instances.
 
+*-p*
+       Launch a private window.
+
 *-v*
        Print version and exit.
 
@@ -45,18 +48,25 @@ XDG variables will be used to construct these paths.
 *~/.local/share/chorizo/certs*
        Directory where trusted certificates are stored. See *chorizo-usage*(1).
 
-~/.local/share/chorizo/user-scripts
+*~/.local/share/chorizo/cookies.db*
+       Database where cookies are stored. It is kept in the same format as Firefox,
+       so the file can easily be copied over.
+
+*~/.local/share/chorizo/user-scripts*
        Directory to store user-supplied JavaScript snippets. See *chorizo-usage*(1).
 
-~/.local/share/chorizo/web_extensions
+*~/.local/share/chorizo/user-styles*
+       Directory to store user-supplied CSS snippets. See *chorizo-usage*(1).
+
+*~/.local/share/chorizo/web-extensions*
        Sets the directory where WebKit will look for web extensions. See
        *chorizo-usage*(1).
 
-~/.cache/chorizo
-
-~/.cache/webkitgtk
+*~/.cache/chorizo*
+*~/.cache/webkitgtk*
+       General caches.
 
-~/.local/share/webkitgtk
+*~/.local/share/webkitgtk*
        WebKitGTK will dump its caches and local storage here. It is probably wise to
        clean those directories regularly or to mount them as *tmpfs*(5).