forked from extern/nix-config
meta: Set the browser at the window manager level
This fixes an issue where the specified browser wouldn't be used when dealing with a non-shell environment.
This commit is contained in:
parent
5ed54c3ec9
commit
d4f214f5fb
@ -5,6 +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 GTK_IM_MODULE=fcitx
|
||||
export QT_IM_MODULE=fcitx
|
||||
export XMODIFIERS=@im=fcitx
|
||||
|
@ -5,7 +5,6 @@ set -U fish_greeting ""
|
||||
|
||||
export VISUAL="nvim"
|
||||
export EDITOR="nvim"
|
||||
export BROWSER="firefox"
|
||||
export PATH="$HOME/.deno/bin:$HOME/.cargo/bin:$HOME/.yarn/bin:$HOME/.local/bin:$HOME/.go/bin:$PATH"
|
||||
export RIPGREP_CONFIG_PATH="$HOME/.config/ripgrep/config"
|
||||
export NODE_OPTIONS="--max_old_space_size=16384"
|
||||
|
Loading…
Reference in New Issue
Block a user