No description
bookmarks | ||
scripts | ||
themes | ||
.gitignore | ||
config.py | ||
keybinds.py | ||
privacy.py | ||
quickmarks | ||
README.md | ||
secure-acl.py |
Qutebrowser Configuration
This is my personal qutebrowser configuration featuring enhanced security, custom keybindings, and useful integrations.
Features
Bitwarden Integration
If you're using Bitwarden, you can add seamless password management support to qutebrowser using my custom userscript. It can be found at at git.k4li.de/pika/qute-rbw.git. The setup is straightforward - just clone the repository and run make
. This integrates Bitwarden with qutebrowser for easy password filling.
Security Standards
- JavaScript is disabled by default for security, with selective enabling for trusted sites (e.g., GitHub, YouTube, personal domains like jarvis.kiwi).
- WebGL is disabled globally except for trusted domains.
- Comprehensive adblocking using uBlock Origin filter lists.
- Privacy-focused settings: no geolocation, no canvas reading, no third-party cookies, WebRTC IP handling disabled.
- Dark mode enabled with lightness-cielab algorithm.
Quickbangs
Custom search engines for quick access:
!aw
- Arch Linux Wiki!apkg
- Arch Linux packages!ddgo
- DuckDuckGo!docker
- Docker Hub!gh
- GitHub search!git
- Personal Git server!r
/!red
- Reddit!yt
- YouTube!who
- Whoogle search?ip
- IP Chicken (check your IP):dns
- Personal DNS server:homepage
- Personal homepage:wiki
- Personal wiki
Other Configurations
- Custom theme: Kanagawa Pika
- Tabs on the left, status bar on top
- Editor: Kitty with Bob (Neovim nightly)
- Proxy support (configurable)
- Custom keybindings (see keybinds.py)
- Quickmarks for frequently visited sites
Installation
- Copy all files to
~/.config/qutebrowser/
- For Bitwarden integration:
git clone https://git.k4li.de/pika/qute-rbw.git; cd qute-rbw && make
- Restart qutebrowser
Files
config.py
- Main configurationkeybinds.py
- Custom keybindingsprivacy.py
- Privacy and adblocking settingssecure-acl.py
- JavaScript/WebGL access controlquickmarks
- Quickmarks for fast accessthemes/
- Color themes