From f94b99b044c13110633e57e6335cf45284f50b7c Mon Sep 17 00:00:00 2001 From: Matthew Kosarek Date: Fri, 29 Dec 2023 10:09:27 -0500 Subject: [PATCH] minor: rename to miracle instead of miracle-wm --- README.md | 8 ++++---- .../usr/local/share/wayland-sessions/miracle-wm.desktop | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 41c2979d..583099da 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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 diff --git a/session/usr/local/share/wayland-sessions/miracle-wm.desktop b/session/usr/local/share/wayland-sessions/miracle-wm.desktop index ad63e9fa..eee02013 100644 --- a/session/usr/local/share/wayland-sessions/miracle-wm.desktop +++ b/session/usr/local/share/wayland-sessions/miracle-wm.desktop @@ -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