Maximise window

This commit is contained in:
TheSpad 2022-10-23 14:45:27 +01:00
parent 55d2e36df5
commit 0c0fee0d91
No known key found for this signature in database
GPG Key ID: 08F06191F4587860
3 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,7 @@ RUN \
fi && \
apk add --no-cache \
sqlitebrowser==${SQLITEB_VERSION} && \
sed -i 's|</applications>| <application title="DB Browser for SQLite" type="normal">\n <maximized>yes</maximized>\n </application>\n</applications>|' /etc/xdg/openbox/rc.xml && \
echo "**** cleanup ****" && \
rm -rf \
/tmp/*

View File

@ -18,6 +18,7 @@ RUN \
fi && \
apk add --no-cache \
sqlitebrowser==${SQLITEB_VERSION} && \
sed -i 's|</applications>| <application title="DB Browser for SQLite" type="normal">\n <maximized>yes</maximized>\n </application>\n</applications>|' /etc/xdg/openbox/rc.xml && \
echo "**** cleanup ****" && \
rm -rf \
/tmp/*

View File

@ -18,6 +18,7 @@ RUN \
fi && \
apk add --no-cache \
sqlitebrowser==${SQLITEB_VERSION} && \
sed -i 's|</applications>| <application title="DB Browser for SQLite" type="normal">\n <maximized>yes</maximized>\n </application>\n</applications>|' /etc/xdg/openbox/rc.xml && \
echo "**** cleanup ****" && \
rm -rf \
/tmp/*