rebase to alpine 3.23 add wayland logic i3 (#383)

This commit is contained in:
Ryan Kuba 2025-12-28 10:45:44 -05:00 committed by GitHub
parent da19dd5b7d
commit f30c39a6ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 12 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM ghcr.io/linuxserver/baseimage-selkies:alpine322
FROM ghcr.io/linuxserver/baseimage-selkies:alpine323
# set version label
ARG BUILD_DATE

View File

@ -1,4 +1,4 @@
FROM ghcr.io/linuxserver/baseimage-selkies:arm64v8-alpine322
FROM ghcr.io/linuxserver/baseimage-selkies:arm64v8-alpine323
# set version label
ARG BUILD_DATE

View File

@ -0,0 +1,10 @@
#!/bin/bash
# Disable blanking
setterm blank 0
setterm powerdown 0
# Start DE
WAYLAND_DISPLAY=wayland-1 Xwayland :1 &
sleep 2
exec dbus-launch --exit-with-session /usr/bin/i3 > /dev/null 2>&1