From 56a58e10bce79400e038f48060dffd28a82fc068 Mon Sep 17 00:00:00 2001 From: thelamer Date: Sat, 27 Dec 2025 10:45:39 -0500 Subject: [PATCH] add wayland init logic --- README.md | 1 + readme-vars.yml | 1 + root/defaults/autostart_wayland | 1 + root/defaults/menu_wayland.xml | 7 +++++++ 4 files changed, 10 insertions(+) create mode 100644 root/defaults/autostart_wayland create mode 100644 root/defaults/menu_wayland.xml diff --git a/README.md b/README.md index 6bfd052..96ad5ba 100644 --- a/README.md +++ b/README.md @@ -567,6 +567,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **27.12.25:** - Add wayland init logic. * **12.07.25:** - Rebase to Selkies, HTTPS IS NOW REQUIRED. * **19.08.24:** - Rebase to noble. * **10.02.24:** - Update Readme with new env vars and ingest proper PWA icon. diff --git a/readme-vars.yml b/readme-vars.yml index 6b3888e..a2e3e62 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -108,6 +108,7 @@ init_diagram: | "blender:latest" <- Base Images # changelog changelogs: + - {date: "27.12.25:", desc: "Add wayland init logic."} - {date: "12.07.25:", desc: "Rebase to Selkies, HTTPS IS NOW REQUIRED."} - {date: "19.08.24:", desc: "Rebase to noble."} - {date: "10.02.24:", desc: "Update Readme with new env vars and ingest proper PWA icon."} diff --git a/root/defaults/autostart_wayland b/root/defaults/autostart_wayland new file mode 100644 index 0000000..ba9b392 --- /dev/null +++ b/root/defaults/autostart_wayland @@ -0,0 +1 @@ +blender --python-expr "import bpy; bpy.context.preferences.inputs.use_mouse_continuous = False" diff --git a/root/defaults/menu_wayland.xml b/root/defaults/menu_wayland.xml new file mode 100644 index 0000000..f95a35e --- /dev/null +++ b/root/defaults/menu_wayland.xml @@ -0,0 +1,7 @@ + + + +/usr/bin/blender +/usr/bin/foot + +