1BADWOLF(1)                BSD General Commands Manual               BADWOLF(1)
2

NAME

4     badwolf — minimalist and privacy-oriented WebkitGTK browser
5

SYNOPSIS

7     badwolf [webkit/gtk options] [URLs or paths]
8

DESCRIPTION

10     badwolf is a minimalist browser that cares about privacy, it is based on
11     WebKitGTK and thus also accepts WebKitGTK (and dependencies) flags and
12     environment variables, unfortunately there doesn't seems to be manpages
13     for theses.
14
15     Runtime configuration specific to badwolf will probably get added at a
16     later release.
17

KEYBINDINGS

19     The following section lists the keybinding by their action, each item is
20     described by the widget the focus is on or ⟨any⟩ if it works for the
21     whole window, followed by the keybind it grabs.
22
23     webview Ctrl-Scroll
24             Zooms the webpage in/out.
25
26     webview Ctrl-0
27             Resets webpage zoom to 100%.
28
29     any Ctrl-t
30             Creates a new tab (in a new session, similar as pressing the but‐
31             ton)
32
33     browser Ctrl-F4, browser Alt-d
34             Closes the current tab
35
36     browser Ctrl-f
37             Focuses on the search entry
38
39     browser Ctrl-l
40             Focuses on the location(URL) entry
41
42     browser Ctrl-Shift-r / Ctrl-r, browser F5
43             Reloads the content in the current tab (with/without clearing
44             cache)
45
46     browser Escape
47             Stops loading the content in the current tab
48
49     browser F7
50             Toggles caret browsing.
51
52     browser F12
53             Opens the web inspector.
54
55     browser Ctrl-[ / Ctrl-]
56             Go back/forward in current tab’s history
57
58     browser Ctrl-p
59             Print the current page. (spawns a dialog)
60
61     any Alt-Left / Alt-Right
62             Go to the previous/next tab
63
64     any F1  Shows the about dialog
65
66     any Alt-n
67             Where n is any numeric-row key.  Go to the n-th tab, 0 goes to
68             the last one.
69
70   DEFAULT ONES
71     Here is a incomplete list of the default Webkit/GTK keybindings:
72
73     any Ctrl-PageUp / Ctrl-PageDown
74             Go to the previous/next tab
75
76     search Ctrl-g / Ctrl-Shift-g
77             When the search box is focused it goes to the Next/Previous
78             search term.
79
80     search Escape
81             Cancels current search
82

ENVIRONMENT

84     BADWOLF_L10N
85             A colon-separated list in the form lang_COUNTRY where lang is in
86             ISO-639 and COUNTRY in ISO-3166.  For example
87             BADWOLF_L10N="en_GB:fr_FR:de_DE".  When this variable isn't set,
88             spelling isn't activated.  A more generic variable name is also
89             intended to be used in the future.
90

FILES

92     ${XDG_DATA_HOME:-$HOME/.local/share}/badwolf/webkit-web-extensions/
93             Directory containing the WebKitWebExtensions:
94                   https://webkitgtk.org/reference/webkit2gtk/stable/WebKitWebExtension.html
95             to be loaded into badwolf. Note: They aren't the JavaScript-based
96             Web-Extensions supported by Firefox or Chrome, but native code in
97             shared objects using the WebKitGTK API.
98
99             Examples of useful extensions may be found at:
100                   https://hacktivis.me/git/badwolf-extensions
101                   https://github.com/jun7/wyebadblock
102     ${DATADIR:-/usr/local/share}/badwolf/interface.css
103     ${XDG_DATA_HOME:-$HOME/.local/share}/badwolf/interface.css
104             CSS files (respectively system and user-level) for styling bad‐
105             wolf interface.  See
106                   https://developer.gnome.org/gtk3/stable/chap-css-properties.html
107             for the properties being available.
108
109             For testing your styles I would recommend using the
110             GTK_DEBUG=interactive environment variable on launching badwolf
111             and going to the CSS tab.
112

AUTHORS

114     Haelwenn (lanodan) Monnier <contact+badwolf@hacktivis.me>
115

BUGS

117     You can submit contributions or tickets to
118           https://gitlab.com/lanodan/badwolf
119     or contact+badwolf@hacktivis.me, with git-send-email(1) for patches.
120
121                                April 11, 2021
Impressum