From 59caaef6b32b7f959099ab4a595a9b6b8dc3d69e Mon Sep 17 00:00:00 2001 From: Luca Bilke <luca@bil.ke> Date: Fri, 13 Dec 2024 18:34:42 +0100 Subject: [PATCH] switch to floorp --- common/.config/zsh/.zprofile | 2 +- common/.local/share/applications/browser.desktop | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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