aboutsummaryrefslogtreecommitdiff
path: root/linux/man/smolbote.7.html
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-03-20 16:49:08 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2018-03-20 16:49:08 +0100
commit03ff56c3be7f5eda19309a60dccb281c76d0187f (patch)
treed5918d7621aa147e8c3c3aaa1358ab7b9737aef7 /linux/man/smolbote.7.html
parentAdd pause/resume/cancel buttons to download (diff)
downloadsmolbote-03ff56c3be7f5eda19309a60dccb281c76d0187f.tar.xz
Update manpage
Diffstat (limited to 'linux/man/smolbote.7.html')
-rw-r--r--linux/man/smolbote.7.html131
1 files changed, 121 insertions, 10 deletions
diff --git a/linux/man/smolbote.7.html b/linux/man/smolbote.7.html
index c251436..b857c40 100644
--- a/linux/man/smolbote.7.html
+++ b/linux/man/smolbote.7.html
@@ -55,7 +55,9 @@
<div class='man-navigation' style='display:none'>
<a href="#NAME">NAME</a>
<a href="#SYNOPSIS">SYNOPSIS</a>
+ <a href="#DESCRIPTION">DESCRIPTION</a>
<a href="#OPTIONS">OPTIONS</a>
+ <a href="#CONFIGURATION">CONFIGURATION</a>
</div>
<ol class='man-decor man-head man head'>
@@ -73,23 +75,132 @@
<p><code>poi</code> [<var>options</var>...] URL</p>
+<h2 id="DESCRIPTION">DESCRIPTION</h2>
+
+<p>smolbote is a keep-it-simple free software web browser.</p>
+
<h2 id="OPTIONS">OPTIONS</h2>
-<dl>
-<dt><code>-h</code>, <code>--help</code></dt><dd><p>Displays this help.</p></dd>
-<dt><code>-v</code>, <code>--version</code></dt><dd><p>Displays version information.</p></dd>
-<dt><code>-c</code>, <code>--config</code></dt><dd><p>Set configuration file.</p></dd>
-<dt><code>--default-config</code></dt><dd><p>Set the default configuration file.</p></dd>
-<dt><code>-p</code>, <code>--profile</code></dt><dd><p>Use this profile.</p></dd>
-<dt><code>--socket</code></dt><dd><p>Local server socket</p></dd>
-<dt><code>--in-new-window</code></dt><dd><p>Open URL in new window</p></dd>
-</dl>
+<h3 id="General">General</h3>
+
+<ul>
+<li><code>-h</code>, <code>--help</code>: Displays this help.</li>
+<li><code>-v</code>, <code>--version</code>: Displays version information.</li>
+<li><code>--build</code>: Displays build information.</li>
+</ul>
+
+
+<h3 id="Configuration">Configuration</h3>
+
+<ul>
+<li><code>-c</code>, <code>--config</code>: Set configuration file.</li>
+<li><code>--socket</code>: Local server socket</li>
+</ul>
+
+
+<h3 id="Open-URL">Open URL</h3>
+
+<ul>
+<li><code>-p</code>, <code>--profile</code>: Use this profile.</li>
+<li><code>--in-new-window</code>: Open URL in new window.</li>
+</ul>
+
+
+<h2 id="CONFIGURATION">CONFIGURATION</h2>
+
+<p>The Configuration is loaded from <em>~/.config/smolbote/smolbote.cfg</em>, and can be
+edited with the <code>poi-config</code> tool.</p>
+
+<p>Settings are only loaded on launch, so re-run the browser to apply changes.</p>
+
+<ul>
+<li>browser.profile: Profile to be used by default, "" is off-the-record</li>
+</ul>
+
+
+<h3 id="Default-window-size">Default window size</h3>
+
+<ul>
+<li>browser.window.height: 720</li>
+<li>browser.window.width: 1280</li>
+<li>browser.window.maximized: true</li>
+<li>browser.window.title: title — smolbote [profile]</li>
+</ul>
+
+
+<h3 id="Window-UI">Window UI</h3>
+
+<ul>
+<li>browser.ui.navtoolbarMovable: false</li>
+<li>browser.ui.tabtoolbarMovable: false</li>
+</ul>
+
+
+<h3 id="Shortcuts">Shortcuts</h3>
+
+<ul>
+<li>browser.shortcuts.newWindow: Ctrl+N</li>
+<li>browser.shortcuts.newTab: Ctrl+T</li>
+<li>browser.shortcuts.about: F1</li>
+<li><p>browser.shortcuts.quit: Ctrl+Q</p></li>
+<li><p>browser.shortcuts.back: Ctrl+Left</p></li>
+<li>browser.shortcuts.forward: Ctrl+Right</li>
+<li>browser.shortcuts.refresh: F5</li>
+<li>browser.shortcuts.reload: Ctrl+F5</li>
+<li><p>browser.shortcuts.home: Ctrl+Home</p></li>
+<li><p>browser.shortcuts.tabClose: Ctrl+X</p></li>
+<li>browser.shortcuts.tabLeft: Ctrl+O</li>
+<li><p>browser.shortcuts.tabRight: Ctrl+P</p></li>
+<li><p>browser.shortcuts.toggleSearchBox: F3</p></li>
+<li>browser.shortcuts.focusAddress: F4</li>
+<li>browser.shortcuts.fullscreen: F11</li>
+</ul>
+
+
+<h3 id="Filter-settings">Filter settings</h3>
+
+<ul>
+<li>filter.path: ~/.config/smolbote/hosts.d</li>
+</ul>
+
+
+<h3 id="Plugin-settings">Plugin settings</h3>
+
+<ul>
+<li>plugins.path: ~/.config/smolbote/plugins.d</li>
+</ul>
+
+
+<h3 id="Profile-settings">Profile settings</h3>
+
+<ul>
+<li>profile.path: ~/.config/smolbote/profiles.d</li>
+<li>profile.search: https://duckduckgo.com/?q=$term&amp;ia=web</li>
+<li>profile.homepage: about:blank</li>
+<li>profile.newtab: about:blank</li>
+</ul>
+
+
+<h3 id="Bookmark-settings">Bookmark settings</h3>
+
+<ul>
+<li>bookmarks.path: ~/.config/smolbote/bookmarks.xbel</li>
+<li>bookmarks.shortcut: Ctrl+B</li>
+</ul>
+
+
+<h3 id="Downloads-settings">Downloads settings</h3>
+
+<ul>
+<li>downloads.path: ~/Downloads</li>
+<li>downloads.shortcut: Ctrl+D</li>
+</ul>
<ol class='man-decor man-foot man foot'>
<li class='tl'></li>
- <li class='tc'>February 2018</li>
+ <li class='tc'>March 2018</li>
<li class='tr'>smolbote(7)</li>
</ol>