#24 fix default cursors on init

This commit is contained in:
thelamer 2025-07-04 13:53:24 -04:00
parent 7b4ee21325
commit b5004edfc1
No known key found for this signature in database
3 changed files with 5 additions and 0 deletions

View File

@ -78,6 +78,7 @@ RUN \
curl -fsSL https://deb.nodesource.com/setup_22.x | bash - && \
apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \
breeze-cursor-theme \
ca-certificates \
cmake \
console-data \

View File

@ -78,6 +78,7 @@ RUN \
curl -fsSL https://deb.nodesource.com/setup_22.x | bash - && \
apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \
breeze-cursor-theme \
ca-certificates \
cmake \
console-data \

View File

@ -65,6 +65,9 @@ s6-setuidgid abc xrandr --output screen --mode "1024x768" --dpi 96
# set xresources
if [ -f "${HOME}/.Xresources" ]; then
xrdb "${HOME}/.Xresources"
else
echo "Xcursor.theme: breeze" > "${HOME}/.Xresources"
xrdb "${HOME}/.Xresources"
fi
# run