diff --git a/README.md b/README.md index 332d68d3..1c734d91 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,9 @@ # About **miracle** is a wayland tiling window manager based on [Mir](https://github.com/MirServer/mir). The tiling features -will be very sway/i3-like for the first iteration, but will diverge in some important. See the [timeline](#timeline) +are very sway/i3-like, but will diverge in some important ways in the future. See the [timeline](#timeline) section below for the current status and direction. -The ultimate goal of this work is to build an entire desktop environment on top of this window manager, but that will remain a -concern for a different repository with a different timeline. - ![miracle in action](./resources/screenshot1.png "miracle in action") ![miracle in action](./resources/screenshot2.png "miracle in action") diff --git a/snap/hooks/post-refresh b/snap/hooks/post-refresh index 0c02e53d..05dbd243 100644 --- a/snap/hooks/post-refresh +++ b/snap/hooks/post-refresh @@ -1,3 +1,4 @@ #!/bin/sh -e -./install +mkdir -p /usr/share/wayland-sessions/ +cp "$SNAP/usr/local/share/wayland-sessions/miracle-wm.desktop" "/usr/share/wayland-sessions/miracle-wm.desktop"