summarylogtreecommitdiffstats
path: root/maynard.install
diff options
context:
space:
mode:
Diffstat (limited to 'maynard.install')
-rw-r--r--maynard.install19
1 files changed, 19 insertions, 0 deletions
diff --git a/maynard.install b/maynard.install
new file mode 100644
index 000000000000..c70d00990ea7
--- /dev/null
+++ b/maynard.install
@@ -0,0 +1,19 @@
+post_install() {
+printf "Before starting maynard, create a ~/.config/weston.ini with the following content.\n"
+cat <<-EOF
+[core]
+modules=shell-helper.so,xwayland.so
+backend=drm-backend.so
+
+[shell]
+client=/usr/lib/maynard/maynard
+focus-animation=dim-layer
+animation=zoom
+EOF
+printf "After creating initial configuration, launch maynard\nsession using /usr/bin/maynard or /usr/bin/weston-launch\n"
+printf "Maynard is just a shell for weston(1). Configurations are mostly\n\
+done via weston.ini(5)."
+printf "For more information, read weston.ini(5) manual page.\n"
+printf "Maynard is still experimental. Crashes are to be expected.\nReport bugs to https://github.com/raspberrypi/maynard\n"
+}
+