mirror of
https://github.com/linuxserver/docker-baseimage-selkies.git
synced 2026-03-16 00:02:11 +08:00
#24 fix default cursors on init
This commit is contained in:
parent
7b4ee21325
commit
b5004edfc1
@ -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 \
|
||||
|
||||
@ -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 \
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user