Use Firefox as default browser

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2021-03-22 21:08:27 +01:00
parent 4482998cfe
commit 5ce45cf0dc
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
3 changed files with 5 additions and 4 deletions

View file

@ -105,14 +105,14 @@ if [ -n "$(command -v compinit)" ]; then
compinit -d "${XDG_DATA_HOME}/zsh/zcompdump-${ZSH_VERSION}"
fi
export MTGA_WINE_PREFIX="${HOME}/games/magic-the-gathering-arena"
export MTGA_WINE_BINARY="/usr/bin/wine"
# Fonts
export FONTCONFIG_PATH="/etc/fonts"
# Setting applications
export VISUAL=vim
export EDITOR="${VISUAL}"
export TERMINAL="kitty"
export BROWSER="chromium"
export BROWSER="firefox"
export PAGER="less"
export MANPAGER="${PAGER}"

View file

@ -65,6 +65,7 @@ workspace $workspace10 output $output2
# Assign applications to workspaces
assign [class="Google-chrome-beta"] $workspace1
assign [class="Chromium"] $workspace1
assign [class="firefox"] $workspace1
assign [class="code-oss"] $workspace3
assign [class="jetbrains-phpstorm"] $workspace3
assign [class="Nemo"] $workspace4

View file

@ -12,7 +12,7 @@ exec_always --no-startup-id monitor-setup
exec_always --no-startup-id picom -b --experimental-backends
# Other applications
exec chromium
exec firefox
exec discord
exec joplin-desktop