diff --git a/awesome/.config/awesome/configuration/apps.lua b/awesome/.config/awesome/configuration/apps.lua index f1d8a9e..94ff355 100644 --- a/awesome/.config/awesome/configuration/apps.lua +++ b/awesome/.config/awesome/configuration/apps.lua @@ -12,7 +12,7 @@ apps = { -- editor_cmd = terminal .. " -e " .. editor, -- Your default browser - browser = "firefox-bin", + browser = "chromium", -- Your default screenshot tool screenshot = "flameshot gui", diff --git a/profile/.profile b/profile/.profile index eeec0fe..9e5430c 100644 --- a/profile/.profile +++ b/profile/.profile @@ -12,7 +12,7 @@ export INPUTRC="$XDG_CONFIG_HOME/readline/inputrc" export LESSHISTFILE="$XDG_CACHE_HOME/less_history" export HISTFILE="$XDG_CACHE_HOME/bash_history" -export BROWSER=firefox +export BROWSER=chromium export EDITOR=nvim [ -f "$HOME/.cargo/env" ] && . "$HOME/.cargo/env"