Merge pull request #19 from linuxserver/wayland

add wayland init logic
This commit is contained in:
Ryan Kuba 2025-12-30 18:13:52 -05:00 committed by GitHub
commit e0c19d6bb9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 10 additions and 0 deletions

View File

@ -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.

View File

@ -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."}

View File

@ -0,0 +1 @@
blender --python-expr "import bpy; bpy.context.preferences.inputs.use_mouse_continuous = False"

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<openbox_menu xmlns="http://openbox.org/3.4/menu">
<menu id="root-menu" label="MENU">
<item label="Blender" icon="/blender/blender.svg"><action name="Execute"><command>/usr/bin/blender</command></action></item>
<item label="foot" icon="/usr/share/icons/hicolor/48x48/apps/foot.png"><action name="Execute"><command>/usr/bin/foot</command></action></item>
</menu>
</openbox_menu>