Skip to content

Commit dc35ea5

Browse files
authored
Merge pull request #3 from linuxserver/wayland-default
make wayland default
2 parents a297c6f + a89b623 commit dc35ea5

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
88
LABEL maintainer="thelamer"
99

1010
# title
11-
ENV TITLE=Modrinth
11+
ENV TITLE=Modrinth \
12+
PIXELFLUX_WAYLAND=true
1213

1314
RUN \
1415
echo "**** add icon ****" && \

README.md

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

615615
## Versions
616616

617+
* **05.03.26:** - Make Wayland default disable with PIXELFLUX_WAYLAND=false.
617618
* **28.12.25:** - Add Wayland init logic.
618619
* **01.12.25:** - Initial release.

readme-vars.yml

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

0 commit comments

Comments
 (0)