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

@@ -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"; }