Update 2026-01-17 09:55 OpenBSD/amd64-t14

This commit is contained in:
c0dev0id 2026-01-17 09:55:19 +01:00
parent 4dfd87462c
commit 0769d7a789
4 changed files with 9 additions and 3 deletions

View File

@ -3,4 +3,7 @@ export XDG_CACHE_HOME=/tmp
export MOZ_X11_EGL=1 export MOZ_X11_EGL=1
export MOZ_PLUGIN_PATH=/usr/local/lib/mozilla/plugins export MOZ_PLUGIN_PATH=/usr/local/lib/mozilla/plugins
unset _SWM_WS unset _SWM_WS
/usr/local/bin/firefox --new-window "$@"
pgrep -qf bin/firefox && args="--new-window"
/usr/local/bin/firefox $args "$@"

View File

@ -2,6 +2,9 @@
. ${HOME}/.bin/_config . ${HOME}/.bin/_config
unset QT_FONT_DPI
unset GDK_DPI_SCALE
trap cleanup 1 2 3 6 trap cleanup 1 2 3 6
cleanup() { rm -f "$file"; } cleanup() { rm -f "$file"; }

View File

@ -102,7 +102,7 @@ _domainfilter() {
grep -Ev "torrent|tattoo|xhamster|xvideos|porn|motherless|redgifs" \ grep -Ev "torrent|tattoo|xhamster|xvideos|porn|motherless|redgifs" \
| grep -Ev "whatsapp\.net|whatsapp\.com|instagram\.com" \ | grep -Ev "whatsapp\.net|whatsapp\.com|instagram\.com" \
| grep -Ev "adobe\.com|adobelogin\.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() { _assemble() {

2
.kshrc
View File

@ -27,7 +27,7 @@ export LANG LC_MESSAGES LC_NUMERIC LC_TIME
### SOFTWARE PREFERENCES ### SOFTWARE PREFERENCES
EDITOR="vim" EDITOR="vim"
VISUAL="vim" VISUAL="vim"
BROWSER="firefox --new-window" BROWSER="firefox"
PAGER="less" PAGER="less"
export EDITOR VISUAL BROWSER PAGER export EDITOR VISUAL BROWSER PAGER