Use Firefox as default browser
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
4482998cfe
commit
5ce45cf0dc
3 changed files with 5 additions and 4 deletions
|
@ -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}"
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue