mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-11 04:06:39 +02:00
meta: Change default browser from librewolf to qutebrowser
Browsers were always a pain point for me due to the manual intervention they often required to get extensions configured properly across separate user profiles. qutebrowser has improved significantly since the last time I tried it (around 2017) and supports modern browsing due to its usage of Chromium 102 with QtWebEngine 6.4.0.
This commit is contained in:
parent
68d1cbb9fe
commit
b46cda8cfd
@ -5,7 +5,7 @@
|
||||
export SXHKD_SHELL="/usr/bin/bash"
|
||||
export XCURSOR_THEME="phinger-cursors"
|
||||
export XDG_DATA_DIRS="/usr/share:/usr/share:/usr/local/share"
|
||||
export BROWSER="librewolf"
|
||||
export BROWSER="qutebrowser"
|
||||
export GTK_IM_MODULE=fcitx
|
||||
export QT_IM_MODULE=fcitx
|
||||
export XMODIFIERS=@im=fcitx
|
||||
|
@ -13,7 +13,7 @@
|
||||
quotePath = false
|
||||
|
||||
[web]
|
||||
browser = librewolf
|
||||
browser = qutebrowser
|
||||
|
||||
[push]
|
||||
default = simple
|
||||
|
@ -71,8 +71,8 @@ close_on_child_death yes
|
||||
# Use ctrl+click to open URLs
|
||||
open_url_modifiers ctrl
|
||||
|
||||
# Open URLs with librewolf
|
||||
open_url_with /usr/bin/librewolf
|
||||
# Open URLs with the browser below
|
||||
open_url_with qutebrowser
|
||||
|
||||
# Start kitty with x11 so we can see the fcitx input window
|
||||
linux_display_server x11
|
||||
|
Loading…
x
Reference in New Issue
Block a user