From 36e1e09e284cb27d179c39cf4ee7dfba8fabcc1d Mon Sep 17 00:00:00 2001 From: Matthew Kosarek Date: Sun, 7 Jan 2024 09:43:31 -0500 Subject: [PATCH] documentation: readme about --- README.md | 5 +---- snap/hooks/post-refresh | 3 ++- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 332d68d..1c734d9 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 0c02e53..05dbd24 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"