summarylogtreecommitdiffstats
path: root/maynard.install
diff options
context:
space:
mode:
authoralive4ever2016-08-21 17:09:04 +0700
committeralive4ever2016-08-21 17:09:04 +0700
commit4f5d0ccb78ab6a9aa53039d7381d18269fbdecfc (patch)
tree130b58bc9384314fc5db655fcfc5f3997a092265 /maynard.install
downloadaur-4f5d0ccb78ab6a9aa53039d7381d18269fbdecfc.tar.gz
Initial commit
Maynard is a new project to provide lightweight desktop shell based on weston compositor for use with wayland display protocol. It's built for Raspberry Pi, but it's portable so you can compile it anywhere. Expect many bugs and crashes, so beware when you are using this desktop shell to work with important files.
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"
+}
+