diff --git a/README.md b/README.md index a7c98a3..a37a66b 100644 --- a/README.md +++ b/README.md @@ -569,4 +569,5 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **20.12.25:** - Add Wayland init logic. * **06.09.25:** - Initial release. diff --git a/readme-vars.yml b/readme-vars.yml index c7bbc54..07031cb 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -109,4 +109,5 @@ init_diagram: | "vivaldi:latest" <- Base Images # changelog changelogs: + - {date: "20.12.25:", desc: "Add Wayland init logic."} - {date: "06.09.25:", desc: "Initial release."} diff --git a/root/defaults/autostart_wayland b/root/defaults/autostart_wayland new file mode 100644 index 0000000..3d2303d --- /dev/null +++ b/root/defaults/autostart_wayland @@ -0,0 +1,2 @@ +#!/bin/bash +wrapped-vivaldi --enable-features=UseOzonePlatform --ozone-platform=wayland ${VIVALDI_CLI} diff --git a/root/defaults/menu_wayland.xml b/root/defaults/menu_wayland.xml new file mode 100644 index 0000000..d7eeb13 --- /dev/null +++ b/root/defaults/menu_wayland.xml @@ -0,0 +1,7 @@ + + + +/usr/bin/foot +/usr/bin/wrapped-vivaldi --enable-features=UseOzonePlatform --ozone-platform=wayland + +