Skip to content

Commit 5c314e7

Browse files
committed
add wayland init
1 parent 4901993 commit 5c314e7

File tree

4 files changed

+10
-0
lines changed

4 files changed

+10
-0
lines changed

README.md

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

595595
## Versions
596596

597+
* **02.01.26:** - Add Wayland init logic.
597598
* **09.09.25:** - Initial release.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,5 @@ init_diagram: |
107107
"bitcoin-knots:latest" <- Base Images
108108
# changelog
109109
changelogs:
110+
- {date: "02.01.26:", desc: "Add Wayland init logic."}
110111
- {date: "09.09.25:", desc: "Initial release."}

root/defaults/autostart_wayland

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bitcoin-qt

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="foot" icon="/usr/share/icons/hicolor/48x48/apps/foot.png"><action name="Execute"><command>/usr/bin/foot</command></action></item>
5+
<item label="Bitcoin Knots" icon="/usr/share/pixmaps/bitcoin128.png"><action name="Execute"><command>/usr/bin/bitcoin-qt</command></action></item>
6+
</menu>
7+
</openbox_menu>

0 commit comments

Comments
 (0)