12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- ./" BadWolf: Minimalist and privacy-oriented WebKitGTK+ browser
- ./" Copyright © 2019 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
- ./" SPDX-License-Identifier: BSD-3-Clause
- .Dd 2019-04-02
- .Dt badwolf 1
- .Sh NAME
- .Nm badwolf
- .Nd minimalist and privacy-oriented WebkitGTK browser
- .Sh SYNOPSIS
- .Nm
- .Op Ar webkit/gtk options
- .Op Ar url
- .Sh DESCRIPTION
- .Nm
- is a minimalist browser that care about privacy, it is based on WebKitGTK and thus also accepts WebKitGTK (and depdendencies) flags and environment variables, unfortunately there doesn't seems to be manpages for theses.
- .Pp
- Runtime configuration specific to
- .Nm
- will probably get added at a later release.
- .Sh KEYBINDINGS
- The following section lists the keybinding by their action, each item is described by the widget the focus is on or
- .Aq any
- if it works for the whole window, followed by the keybind it grabs. C is short for Control, S is short for Shift.
- .Bl -width Ds -tag
- .It webview C-Scroll
- Zooms the webpage in/out.
- .El
- .Ss DEFAULT ONES
- Here is a incomplete list of the default Webkit/GTK keybindings:
- .Bl -width Ds -tag
- .It any C-PageUp / C-PageDown
- Go to the previous/next tab
- .It any C-S-PageUp / C-S-PageDown
- Move the current tab backward/forward in the list
- .It any C-t
- Creates a new tab (unrelated, similar as pressing the button)
- .It browser C-F4
- Closes the current tab
- .It browser C-f
- Focuses on the search entry
- .It browser C-l
- Focuses on the location(URL) entry
- .It browser C-S-r / C-r
- Reloads the current tab (with/without clearing cache)
- .It browser C-[ / C-]
- Go back/forward in current tab’s history
- .It search C-g / C-S-g
- When the search box is focused it goes to the Next/Previous search term.
- .It search Escape
- Cancels current search
- .El
- .Sh BUGS
- You can submit contributions or tickets to
- .Lk https://gitlab.com/lanodan/badwolf
- or
- .Mt contact+badwolf@hacktivis.me ,
- with
- .Xr git-send-email 1 for patches.
- .Sh AUTHORS
- .An Haelwenn (lanodan) Monnier Aq Mt contact+badwolf@hacktivis.me
|