Skip to content

Commit 94ec10f

Browse files
committed
add wayland init
1 parent d628c50 commit 94ec10f

4 files changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

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

595595
## Versions
596596

597+
* **28.12.25:** - Add Wayland init logic.
597598
* **12.07.25:** - Rebase to Selkies, HTTPS IS NOW REQUIRED.
598599
* **28.08.24:** - Rebase to noble.
599600
* **10.02.24:** - Update Readme with new env vars and ingest proper PWA icon.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ init_diagram: |
106106
"qdirstat:latest" <- Base Images
107107
# changelog
108108
changelogs:
109+
- {date: "28.12.25:", desc: "Add Wayland init logic."}
109110
- {date: "12.07.25:", desc: "Rebase to Selkies, HTTPS IS NOW REQUIRED."}
110111
- {date: "28.08.24:", desc: "Rebase to noble."}
111112
- {date: "10.02.24:", desc: "Update Readme with new env vars and ingest proper PWA icon."}

root/defaults/autostart_wayland

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
QDIRSTAT_DESKTOP="Xfce" qdirstat

root/defaults/menu_wayland.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<openbox_menu xmlns="http://openbox.org/3.4/menu">
3+
<menu id="root-menu" label="MENU">
4+
<item label="XFCE Terminal" icon="/usr/share/icons/Humanity/apps/128/utilities-terminal.svg"><action name="Execute"><command>/usr/bin/xfce4-terminal</command></action></item>
5+
<item label="QDirStat" icon="/usr/share/icons/hicolor/scalable/apps/qdirstat.svg"><action name="Execute"><command>/bin/qdirstat</command></action></item>
6+
</menu>
7+
</openbox_menu>

0 commit comments

Comments
 (0)