Skip to content

Commit ccafd8f

Browse files
committed
make wayland default
1 parent 69001e6 commit ccafd8f

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
1010
LABEL maintainer="thelamer"
1111

1212
# title
13-
ENV TITLE=Edge
13+
ENV TITLE=Edge \
14+
PIXELFLUX_WAYLAND=true \
15+
NO_DECOR=true
1416

1517
RUN \
1618
echo "**** add icon ****" && \

README.md

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

617617
## Versions
618618

619+
* **31.03.26:** - Make Wayland default disable with PIXELFLUX_WAYLAND=false.
619620
* **20.12.25:** - Add Wayland init logic.
620621
* **22.09.25:** - Rebase to Debian Trixie.
621622
* **12.07.25:** - Rebase to Selkies, HTTPS IS NOW REQUIRED.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ init_diagram: |
111111
"msedge:latest" <- Base Images
112112
# changelog
113113
changelogs:
114+
- {date: "31.03.26:", desc: "Make Wayland default disable with PIXELFLUX_WAYLAND=false."}
114115
- {date: "20.12.25:", desc: "Add Wayland init logic."}
115116
- {date: "22.09.25:", desc: "Rebase to Debian Trixie."}
116117
- {date: "12.07.25:", desc: "Rebase to Selkies, HTTPS IS NOW REQUIRED."}

0 commit comments

Comments
 (0)