Skip to content

Commit

Permalink
documentation: readme about
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkae committed Jan 7, 2024
1 parent 8301b7e commit 36e1e09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down
3 changes: 2 additions & 1 deletion snap/hooks/post-refresh
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 36e1e09

Please sign in to comment.