From 7bdeaae78c20165e6f41197635260f5e9073c9cd Mon Sep 17 00:00:00 2001 From: buffet Date: Mon, 23 May 2022 11:37:00 +0000 Subject: [PATCH] Switch to chrom --- awesome/.config/awesome/configuration/apps.lua | 2 +- profile/.profile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"