diff --git a/README.md b/README.md index 523b7d4..bf3e2b2 100644 --- a/README.md +++ b/README.md @@ -599,6 +599,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **28.12.25:** - Add Wayland init logic. * **22.09.25:** - Rebase to Debian Trixie. * **12.07.25:** - Rebase to Selkies, HTTPS IS NOW REQUIRED. * **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 e018652..f2a7f6d 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -107,6 +107,7 @@ init_diagram: | "github-desktop:latest" <- Base Images # changelog changelogs: + - {date: "28.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."} - {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..bfd0006 --- /dev/null +++ b/root/defaults/autostart_wayland @@ -0,0 +1,3 @@ +#! /bin/bash +xdg-mime default caja.desktop inode/directory +dbus-launch github-desktop diff --git a/root/defaults/menu_wayland.xml b/root/defaults/menu_wayland.xml new file mode 100644 index 0000000..b8369b0 --- /dev/null +++ b/root/defaults/menu_wayland.xml @@ -0,0 +1,10 @@ + + + +/usr/bin/xfce4-terminal +/usr/bin/github-desktop +/usr/bin/chromium +/usr/bin/codium +/usr/bin/caja + +