diff --git a/common/.config/zsh/.zprofile b/common/.config/zsh/.zprofile index 0ac84de2..ae24106b 100644 --- a/common/.config/zsh/.zprofile +++ b/common/.config/zsh/.zprofile @@ -2,7 +2,7 @@ export EDITOR="nvim" export TERMINAL="st" export TERMCMD="$TERMINAL" export OPENER="opener" -export BROWSER="firefox" +export BROWSER="floorp" export PAGER="less" # NOTE: Locale diff --git a/common/.local/share/applications/browser.desktop b/common/.local/share/applications/browser.desktop index d5e546aa..150b1345 100644 --- a/common/.local/share/applications/browser.desktop +++ b/common/.local/share/applications/browser.desktop @@ -2,4 +2,4 @@ Name=Browser Type=Application Terminal=false -Exec=/usr/bin/firefox %u +Exec=/usr/bin/floorp %u