Skip to content

Commit 7c10a24

Browse files
committed
make wayland default
1 parent c5391ab commit 7c10a24

4 files changed

Lines changed: 6 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ LABEL maintainer="thelamer"
1111

1212
# title
1313
ENV TITLE=GZDoom \
14-
DOOMWADDIR="/config/Desktop"
14+
DOOMWADDIR="/config/Desktop" \
15+
PIXELFLUX_WAYLAND=true
1516

1617
RUN \
1718
echo "**** add icon ****" && \

Dockerfile.aarch64

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ LABEL maintainer="thelamer"
1111

1212
# title
1313
ENV TITLE=GZDoom \
14-
DOOMWADDIR="/config/Desktop"
14+
DOOMWADDIR="/config/Desktop" \
15+
PIXELFLUX_WAYLAND=true
1516

1617
RUN \
1718
echo "**** add icon ****" && \

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -612,5 +612,6 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
612612

613613
## Versions
614614

615+
* **05.03.26:** - Make Wayland default disable with PIXELFLUX_WAYLAND=false.
615616
* **28.12.25:** - Add Wayland init logic.
616617
* **04.07.25:** - Initial release.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,5 +107,6 @@ init_diagram: |
107107
"gzdoom:latest" <- Base Images
108108
# changelog
109109
changelogs:
110+
- {date: "05.03.26:", desc: "Make Wayland default disable with PIXELFLUX_WAYLAND=false."}
110111
- {date: "28.12.25:", desc: "Add Wayland init logic."}
111112
- {date: "04.07.25:", desc: "Initial release."}

0 commit comments

Comments
 (0)