migrate from firefox to chromium

This commit is contained in:
thek4n 2025-04-11 13:08:33 +03:00
parent e658228d3c
commit 1b6e26c902
2 changed files with 2 additions and 1 deletions

View File

@ -124,6 +124,7 @@ inactive-dim = 0.15
# focus-exclude = [] # focus-exclude = []
focus-exclude = [ focus-exclude = [
"class_g = 'firefox'", "class_g = 'firefox'",
"class_g = 'chromium'",
"class_g = 'webview'", "class_g = 'webview'",
"class_g = 'Cairo-clock'", "class_g = 'Cairo-clock'",
"class_g = 'Conky'" "class_g = 'Conky'"

View File

@ -43,7 +43,7 @@ tab:replace-query\
" "
export BROWSERCLI=w3m export BROWSERCLI=w3m
test -z "${BROWSER}" && BROWSER=firefox test -z "${BROWSER}" && BROWSER=chromium
export BROWSER export BROWSER
if [ -d "${HOME}/.local/bin" ] ; then if [ -d "${HOME}/.local/bin" ] ; then