From ccafd8f214027da92023913ac71786cf30f09d5c Mon Sep 17 00:00:00 2001 From: thelamer Date: Tue, 31 Mar 2026 13:26:08 -0400 Subject: [PATCH] make wayland default --- Dockerfile | 4 +++- README.md | 1 + readme-vars.yml | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index eff9852..015cab5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,9 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA LABEL maintainer="thelamer" # title -ENV TITLE=Edge +ENV TITLE=Edge \ + PIXELFLUX_WAYLAND=true \ + NO_DECOR=true RUN \ echo "**** add icon ****" && \ diff --git a/README.md b/README.md index cbbbc7e..6f2c320 100644 --- a/README.md +++ b/README.md @@ -616,6 +616,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **31.03.26:** - Make Wayland default disable with PIXELFLUX_WAYLAND=false. * **20.12.25:** - Add Wayland init logic. * **22.09.25:** - Rebase to Debian Trixie. * **12.07.25:** - Rebase to Selkies, HTTPS IS NOW REQUIRED. diff --git a/readme-vars.yml b/readme-vars.yml index 6e14693..5216c63 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -111,6 +111,7 @@ init_diagram: | "msedge:latest" <- Base Images # changelog changelogs: + - {date: "31.03.26:", desc: "Make Wayland default disable with PIXELFLUX_WAYLAND=false."} - {date: "20.12.25:", desc: "Add Wayland init logic."} - {date: "22.09.25:", desc: "Rebase to Debian Trixie."} - {date: "12.07.25:", desc: "Rebase to Selkies, HTTPS IS NOW REQUIRED."}