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_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 "$@"