Skip to content

Commit b5004ed

Browse files
committed
#24 fix default cursors on init
1 parent 7b4ee21 commit b5004ed

3 files changed

Lines changed: 5 additions & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ RUN \
7878
curl -fsSL https://deb.nodesource.com/setup_22.x | bash - && \
7979
apt-get update && \
8080
DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \
81+
breeze-cursor-theme \
8182
ca-certificates \
8283
cmake \
8384
console-data \

Dockerfile.aarch64

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ RUN \
7878
curl -fsSL https://deb.nodesource.com/setup_22.x | bash - && \
7979
apt-get update && \
8080
DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \
81+
breeze-cursor-theme \
8182
ca-certificates \
8283
cmake \
8384
console-data \

root/etc/s6-overlay/s6-rc.d/svc-de/run

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ s6-setuidgid abc xrandr --output screen --mode "1024x768" --dpi 96
6565
# set xresources
6666
if [ -f "${HOME}/.Xresources" ]; then
6767
xrdb "${HOME}/.Xresources"
68+
else
69+
echo "Xcursor.theme: breeze" > "${HOME}/.Xresources"
70+
xrdb "${HOME}/.Xresources"
6871
fi
6972

7073
# run

0 commit comments

Comments
 (0)