Skip to content

Commit 4c3bf66

Browse files
committed
make wayland default
1 parent 7708fb3 commit 4c3bf66

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

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="Bitcoin Knots"
13+
ENV TITLE="Bitcoin Knots" \
14+
NO_GAMEPAD=true \
15+
PIXELFLUX_WAYLAND=true
1416

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

Dockerfile.aarch64

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="Bitcoin Knots"
13+
ENV TITLE="Bitcoin Knots" \
14+
NO_GAMEPAD=true \
15+
PIXELFLUX_WAYLAND=true
1416

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

README.md

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

616616
## Versions
617617

618+
* **03.04.26:** - Make Wayland default disable with PIXELFLUX_WAYLAND=false.
618619
* **02.01.26:** - Add Wayland init logic.
619620
* **09.09.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
"bitcoin-knots:latest" <- Base Images
108108
# changelog
109109
changelogs:
110+
- {date: "03.04.26:", desc: "Make Wayland default disable with PIXELFLUX_WAYLAND=false."}
110111
- {date: "02.01.26:", desc: "Add Wayland init logic."}
111112
- {date: "09.09.25:", desc: "Initial release."}

0 commit comments

Comments
 (0)