aboutsummaryrefslogtreecommitdiff
path: root/linux/man/smolbote.7.ronn
diff options
context:
space:
mode:
Diffstat (limited to 'linux/man/smolbote.7.ronn')
-rw-r--r--linux/man/smolbote.7.ronn83
1 files changed, 69 insertions, 14 deletions
diff --git a/linux/man/smolbote.7.ronn b/linux/man/smolbote.7.ronn
index ece9697..c1e9aa0 100644
--- a/linux/man/smolbote.7.ronn
+++ b/linux/man/smolbote.7.ronn
@@ -5,25 +5,80 @@ smolbote(7) -- yet another no-frills browser
`poi` [<options>...] URL
+## DESCRIPTION
+
+smolbote is a keep-it-simple free software web browser.
+
## OPTIONS
-* `-h`, `--help`:
-Displays this help.
+### General
+* `-h`, `--help`: Displays this help.
+* `-v`, `--version`: Displays version information.
+* `--build`: Displays build information.
+
+### Configuration
+* `-c`, `--config`: Set configuration file.
+* `--socket`: Local server socket
+
+### Open URL
+* `-p`, `--profile`: Use this profile.
+* `--in-new-window`: Open URL in new window.
+
+## CONFIGURATION
+
+The Configuration is loaded from _~/.config/smolbote/smolbote.cfg_, and can be
+edited with the `poi-config` tool.
+
+Settings are only loaded on launch, so re-run the browser to apply changes.
+
+* browser.profile: Profile to be used by default, "" is off-the-record
+
+### Default window size
+* browser.window.height: 720
+* browser.window.width: 1280
+* browser.window.maximized: true
+* browser.window.title: title — smolbote [profile]
+
+### Window UI
+* browser.ui.navtoolbarMovable: false
+* browser.ui.tabtoolbarMovable: false
+
+### Shortcuts
+* browser.shortcuts.newWindow: Ctrl+N
+* browser.shortcuts.newTab: Ctrl+T
+* browser.shortcuts.about: F1
+* browser.shortcuts.quit: Ctrl+Q
+
+* browser.shortcuts.back: Ctrl+Left
+* browser.shortcuts.forward: Ctrl+Right
+* browser.shortcuts.refresh: F5
+* browser.shortcuts.reload: Ctrl+F5
+* browser.shortcuts.home: Ctrl+Home
+
+* browser.shortcuts.tabClose: Ctrl+X
+* browser.shortcuts.tabLeft: Ctrl+O
+* browser.shortcuts.tabRight: Ctrl+P
-* `-v`, `--version`:
-Displays version information.
+* browser.shortcuts.toggleSearchBox: F3
+* browser.shortcuts.focusAddress: F4
+* browser.shortcuts.fullscreen: F11
-* `-c`, `--config`:
-Set configuration file.
+### Filter settings
+* filter.path: ~/.config/smolbote/hosts.d
-* `--default-config`:
-Set the default configuration file.
+### Plugin settings
+* plugins.path: ~/.config/smolbote/plugins.d
-* `-p`, `--profile`:
-Use this profile.
+### Profile settings
+* profile.path: ~/.config/smolbote/profiles.d
+* profile.search: https://duckduckgo.com/?q=$term&ia=web
+* profile.homepage: about:blank
+* profile.newtab: about:blank
-* `--socket`:
-Local server socket
+### Bookmark settings
+* bookmarks.path: ~/.config/smolbote/bookmarks.xbel
+* bookmarks.shortcut: Ctrl+B
-* `--in-new-window`:
-Open URL in new window
+### Downloads settings
+* downloads.path: ~/Downloads
+* downloads.shortcut: Ctrl+D