Update 2026-01-17 09:55 OpenBSD/amd64-t14
This commit is contained in:
parent
4dfd87462c
commit
0769d7a789
@ -3,4 +3,7 @@ export XDG_CACHE_HOME=/tmp
|
||||
export MOZ_X11_EGL=1
|
||||
export MOZ_PLUGIN_PATH=/usr/local/lib/mozilla/plugins
|
||||
unset _SWM_WS
|
||||
/usr/local/bin/firefox --new-window "$@"
|
||||
|
||||
pgrep -qf bin/firefox && args="--new-window"
|
||||
|
||||
/usr/local/bin/firefox $args "$@"
|
||||
|
||||
@ -2,6 +2,9 @@
|
||||
|
||||
. ${HOME}/.bin/_config
|
||||
|
||||
unset QT_FONT_DPI
|
||||
unset GDK_DPI_SCALE
|
||||
|
||||
trap cleanup 1 2 3 6
|
||||
cleanup() { rm -f "$file"; }
|
||||
|
||||
|
||||
@ -102,7 +102,7 @@ _domainfilter() {
|
||||
grep -Ev "torrent|tattoo|xhamster|xvideos|porn|motherless|redgifs" \
|
||||
| grep -Ev "whatsapp\.net|whatsapp\.com|instagram\.com" \
|
||||
| grep -Ev "adobe\.com|adobelogin\.com" \
|
||||
| grep -Ev "microsoft\.com|archive\.org"
|
||||
| grep -Ev "microsoft\.com|archive\.org|sony\.com|playstation|psn|fotostelvio"
|
||||
}
|
||||
|
||||
_assemble() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user