migrate from firefox to chromium
This commit is contained in:
parent
e658228d3c
commit
1b6e26c902
@ -124,6 +124,7 @@ inactive-dim = 0.15
|
||||
# focus-exclude = []
|
||||
focus-exclude = [
|
||||
"class_g = 'firefox'",
|
||||
"class_g = 'chromium'",
|
||||
"class_g = 'webview'",
|
||||
"class_g = 'Cairo-clock'",
|
||||
"class_g = 'Conky'"
|
||||
|
||||
@ -43,7 +43,7 @@ tab:replace-query\
|
||||
"
|
||||
|
||||
export BROWSERCLI=w3m
|
||||
test -z "${BROWSER}" && BROWSER=firefox
|
||||
test -z "${BROWSER}" && BROWSER=chromium
|
||||
export BROWSER
|
||||
|
||||
if [ -d "${HOME}/.local/bin" ] ; then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user