welcome dialog on jwm start

This commit is contained in:
Marcus 2023-05-01 09:46:05 +02:00
parent 586dc646e8
commit ad84fb9d8d
1 changed files with 1 additions and 0 deletions

View File

@ -244,5 +244,6 @@
<Key mask="A" key="Up">udesktop</Key>
<Key mask="A" key="Down">ddesktop</Key>
<StartupCommand>$(find ~/.screenlayout/ -type f -executable|head -n 1)</StartupCommand>
<StartupCommand>zenity --text-info --html --width=640 --height=480 --filename=/usr/share/nanodesk/firstlogin/welcome.html</StartupCommand>
</JWM>