Returned i3 due to smaller image size

This commit is contained in:
myve 2025-01-26 12:24:50 +00:00
commit 710fec6129
5 changed files with 9 additions and 5 deletions

View file

@ -73,5 +73,5 @@ for_window [all] border none
default_border none
# Execute startup script for webapp
exec --no-startup-id /bin/bash ~/.config/i3/startapp.sh
exec --no-startup-id /bin/bash ~/.config/i3/autostart
i3config

View file

@ -7,6 +7,7 @@ ARG debug
# X session environment variable
ENV STARTXBIN=i3
ENV AUTOSTARTDIR=i3
# Run
RUN apk add --no-cache \
@ -18,4 +19,4 @@ RUN apk add --no-cache \
COPY *.sh /app/init.d/
# Reset user
USER ${debug:-user}
USER ${debug:-user}