mirror of https://github.com/mitchell/dotfiles.git
Change default browser
This commit is contained in:
parent
e932f0a3ca
commit
183e5801b6
|
@ -5,7 +5,7 @@ function define_global_variables -d 'Defines all and exclusively globally export
|
|||
set -gx DOTNET_CLI_TELEMETRY_OPTOUT true
|
||||
|
||||
set -gx EDITOR nvim
|
||||
set -gx BROWSER qutebrowser
|
||||
set -gx BROWSER firefox
|
||||
|
||||
set -gx FZF_CTRL_T_COMMAND 'ag --hidden --ignore .git -g ""'
|
||||
set -gx FZF_DEFAULT_COMMAND 'ag --hidden --ignore .git -g ""'
|
||||
|
|
|
@ -166,7 +166,7 @@ cursor_shape beam
|
|||
#: The modifier keys to press when clicking with the mouse on URLs to
|
||||
#: open the URL
|
||||
|
||||
open_url_with qutebrowser
|
||||
open_url_with firefox
|
||||
|
||||
#: The program with which to open URLs that are clicked on. The
|
||||
#: special value default means to use the operating system's default
|
||||
|
|
|
@ -8,7 +8,7 @@ super + Return
|
|||
|
||||
# browser
|
||||
super + shift + Return
|
||||
qutebrowser
|
||||
firefox
|
||||
|
||||
# program launcher
|
||||
super + @space
|
||||
|
|
Loading…
Reference in New Issue