smolbote(7) -- yet another no-frills browser ==== ## SYNOPSIS `poi` [...] URL ## DESCRIPTION smolbote is a keep-it-simple free software web browser. ## OPTIONS ### 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. ### Main Window * mainwindow.height: 720 * mainwindow.width: 1280 * mainwindow.maximized: true * mainwindow.title: smolbote * mainwindow.shortcuts.newGroup: Ctrl+G * mainwindow.shortcuts.newWindow: Ctrl+N (todo) * mainwindow.shortcuts.about: F1 * mainwindow.shortcuts.quit: Ctrl+Q * mainwindow.shortcuts.search: F3 * mainwindow.shortcuts.tileWindows: F9 ### Navigation bar * navigation.movable: false * navigation.shortcuts.back: Ctrl+Left * navigation.shortcuts.forward: Ctrl+Right * navigation.shortcuts.refresh: F5 * navigation.shortcuts.home: Ctrl+Home ### Address bar * addressbar.shortcuts.focus: F4 * addressbar.shortcuts.pageMenu: F2 * addressbar.shortcuts.toolsMenu: F10 ### Window * window.shortcuts.new: Ctrl+T * window.shortcuts.close: Ctrl+X * window.shortcuts.left: Ctrl+O * window.shortcuts.right: Ctrl+P * window.shortcuts.fullscreen: F11 (todo) ### Filter * filter.path: ~/.config/smolbote/hosts.d * filter.cookies.block.all: false (todo: in qt5.11) * filter.cookies.block.thirdParty: true * filter.cookies.path: ~/.config/smolbote/cookies.d ### Plugins (to-redo) * plugins.path: ~/.config/smolbote/plugins.d ### Profiles * profile.default: '' * profile.path: ~/.config/smolbote/profiles.d * profile.search: https://duckduckgo.com/?q=%1&ia=web * profile.homepage: about:blank * profile.newtab: about:blank ### Bookmarks * bookmarks.path: ~/.config/smolbote/bookmarks.xbel * bookmarks.shortcut: Ctrl+B ### Downloads * downloads.path: ~/Downloads * downloads.shortcut: Ctrl+D