Change waterfox to firefox

As much as I enjoyed using Waterfox, the update to Firefox (and its
developer tools) is pretty nice. Since many add-ons now support this
new version of Firefox, I think it's now time to make the switch.
This commit is contained in:
Donovan Glover 2018-08-31 15:03:50 -04:00
parent 84d1953f52
commit 33f9dbfbf0
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
5 changed files with 5 additions and 5 deletions

View File

@ -95,7 +95,7 @@ alias f="launch feh --auto-zoom" # Easy image viewing with f
alias z="launch zathura" # Easy document browsing with z
alias m="launch mpv" # Easy media playing with m
alias lnox="launch inox" # Launch inox separate from the terminal
alias lfox="launch waterfox" # Launch waterfox separate from the terminal
alias lfox="launch firefox" # Launch firefox separate from the terminal
####################################################################
# Fun aliases that don't serve any specific purpose

View File

@ -7,7 +7,7 @@ set -U fish_user_paths
export VISUAL="nvim"
export EDITOR="nvim"
export BROWSER="waterfox"
export BROWSER="firefox"
export FZF_DEFAULT_COMMAND='rg --files --no-ignore --hidden --follow --glob "!.git/*"'
export GPG_TTY=(tty)

View File

@ -12,7 +12,7 @@
excludesfile = ~/.gitignore
[web]
browser = waterfox
browser = firefox
[push]
default = simple

View File

@ -32,7 +32,7 @@ URxvt.pointerBlank: true
! https://wiki.gentoo.org/wiki/Rxvt-unicode
URxvt.perl-ext-common: default,selection-to-clipboard,pasta,matcher,keyboard-select
URxvt.keysym.M-u: perl:url-select:select_next
URxvt.url-launcher: /usr/bin/waterfox
URxvt.url-launcher: /usr/bin/firefox
URxvt.underlineURLs: true
URxvt.matcher.button: 1
URxvt.keysym.M-Escape:perl:keyboard-select:activate

View File

@ -3,7 +3,7 @@
export VISUAL="nvim"
export EDITOR="nvim"
export BROWSER="waterfox"
export BROWSER="firefox"
# Use rg instead of ag / ack / grep for fzf (much faster)
export FZF_DEFAULT_COMMAND='rg --files --no-ignore --hidden --follow --glob "!.git/*"'