badwolf

提供: ArchWiki
2021年3月5日 (金) 22:18時点におけるKgx (トーク | 投稿記録)による版 (→‎Installation: 翻訳)
ナビゲーションに移動 検索に移動

badwolfは、最小限のプライバシー指向の Webkit2gtk ブラウザで、x86 (-64) 上の Linux と BSD、および X11Wayland arm7 と 8 に対応しています。Badwolf の機能は、JavaScript と画像のロードを切り替えるもので、マウスを使ってタブを操作したり、ブラウジングすることができます。メモリ使用量も少なく、バイナリサイズも小さいです。

インストール

Badwolf は AUR では badwolfAUR として利用できますし、ソース から構築することもできます。

ビデオストリーミング

ビデオストリーミングを行うには、gst-plugins-goodgst-plugins-badgst-plugins-ugly をインストールしてください。

ノート: Badwolf は drm をサポートしていないため、 drm を使用するストリーミングウェブサイトは動作しません。

Configuration

Interface

The interface can be modified using css located at $XDG_DATA_HOME/badwolf/interface.css for a per-user configuration or in /usr/local/share/badwolf/interface.css for a system-wide configuration. For a list if configurable properties see the gtk manual.

Extensions

Badwolf does not support JavaScript user extensions, but it does support WebKit extensions such as wyebadblock. The developer has reserved a section on his website for useful extensions, though it is currently empty.

Keybindings

The default keybings can be changed in the keybindings.c file. Custom keybinds can also be added that run arbitrary C code.

config.h

Certain properties can be changed in the config.c file. Further documentation can be found in the file itself.

Homepage

The default homepage (for new tabs and fresh browser sessions) can be set in uri.c.

ノート: remember to include the full url for your homepage, including https:// or file://