Skip to content

Commit

Permalink
minor: rename to miracle instead of miracle-wm
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkae committed Dec 29, 2023
1 parent cf336c0 commit f94b99b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
**WARNING**: This project is very much a work in progress. I have provided a rough roadmap in the timeline section.
Use at your own risk.

# miracle-wm
**miracle-wm** is a wayland tiling window manager based on [Mir](https://github.com/MirServer/mir). The tiling features
# miracle
**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 ways later on. See the [timeline](#timeline)
section below for the current status and direction.

Expand All @@ -11,8 +11,8 @@ concern for a different repository with a different timeline.

# Building locally
```sh
git clone https://github.com/mattkae/miracle-wm.git
cd miracle-wm
git clone https://github.com/mattkae/miracle.git
cd miracle

mkdir build
cd build
Expand Down
4 changes: 2 additions & 2 deletions session/usr/local/share/wayland-sessions/miracle-wm.desktop
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Desktop Entry]
Name=Miracle WM
Comment=Tiling Wayland Window Manager
Name=Miracle
Comment=A wayland tiling window manager based on Mir
Exec=sh -l -c /snap/miracle-wm/current/usr/local/bin/miracle-wm
Type=Application

0 comments on commit f94b99b

Please sign in to comment.