forked from extern/nix-config
meta: Replace firefox with librewolf
I am personally not amused by some of the defaults that firefox ships with and would rather not have to deal with them on new configurations. Although it's possible to sync settings across devices or simply copy the profile directory, the advantages of librewolf outweigh the cons for my individual use case, at least for now.
This commit is contained in:
parent
188217ce46
commit
1023dc4d2f
@ -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="firefox"
|
||||
export BROWSER="librewolf"
|
||||
export GTK_IM_MODULE=fcitx
|
||||
export QT_IM_MODULE=fcitx
|
||||
export XMODIFIERS=@im=fcitx
|
||||
|
@ -13,7 +13,7 @@
|
||||
quotePath = false
|
||||
|
||||
[web]
|
||||
browser = firefox
|
||||
browser = librewolf
|
||||
|
||||
[push]
|
||||
default = simple
|
||||
|
@ -68,8 +68,8 @@ close_on_child_death yes
|
||||
# Use ctrl+click to open URLs
|
||||
open_url_modifiers ctrl
|
||||
|
||||
# Open URLs with firefox
|
||||
open_url_with /usr/bin/firefox
|
||||
# Open URLs with librewolf
|
||||
open_url_with /usr/bin/librewolf
|
||||
|
||||
# Start kitty with x11 so we can see the fcitx input window
|
||||
linux_display_server x11
|
||||
|
Loading…
Reference in New Issue
Block a user