Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase font size in xterm #107

Open
voltagex opened this issue Jul 20, 2023 · 0 comments
Open

Increase font size in xterm #107

voltagex opened this issue Jul 20, 2023 · 0 comments

Comments

@voltagex
Copy link

FROM jlesage/baseimage-gui:alpine-3.18-v4

# Install xterm.
RUN add-pkg xterm font-terminus

# Copy the start script.
COPY startapp.sh /startapp.sh

ENV HOME=/config
RUN mkdir /config && echo "-*-terminus-bold-r-*-*-40-*-*-*-*-*-*-*" > /config/.Xresources
# Set the name of the application.
RUN set-cont-env APP_NAME "Xterm"

This seems to make the font smaller than not trying to set it at all.

Apologies if I've completely misunderstood how this works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant