mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-23 23:29:13 +01:00
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:
parent
84d1953f52
commit
33f9dbfbf0
@ -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
|
||||
|
@ -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)
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
excludesfile = ~/.gitignore
|
||||
|
||||
[web]
|
||||
browser = waterfox
|
||||
browser = firefox
|
||||
|
||||
[push]
|
||||
default = simple
|
||||
|
@ -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
|
||||
|
@ -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/*"'
|
||||
|
Loading…
Reference in New Issue
Block a user