Miracle is a Wayland tiling window manager built on Mir
Go to file
2024-04-19 07:36:28 -04:00
.github/workflows bugfix: response to requests on rpm package (#77) 2024-04-11 08:31:43 -04:00
.idea snap support 2023-12-28 13:31:57 -05:00
debian packaging: debian upload with instructions on how to release for jammy, mantic, and noble (#47) 2024-03-18 18:21:17 -04:00
resources docs: update the obligatory screenshot 2024-04-19 07:36:28 -04:00
rpm bugfix: response to requests on rpm package (#77) 2024-04-11 08:31:43 -04:00
session/usr/local/share/wayland-sessions packaging: fedora spec file + SRPM (#73) 2024-04-02 15:09:21 -04:00
snap Add dependencies to the README and mir-graphics-drivers-nvidia to the snap (#91) 2024-04-17 07:37:37 -04:00
src (#95) No longer reloading startup applications when the config gets refreshed, threadsafe config updates, and commiting changes when we recalcualte the root area node (#96) 2024-04-18 09:15:53 -04:00
tests feature: environment variables in the configuration 2024-04-13 10:21:06 -04:00
tools bugfix: response to requests on rpm package (#77) 2024-04-11 08:31:43 -04:00
.gitignore snap support 2023-12-28 13:31:57 -05:00
CMakeLists.txt packaging: fedora spec file + SRPM (#73) 2024-04-02 15:09:21 -04:00
LICENSE Create LICENSE 2023-12-28 13:45:30 -05:00
README.md Add dependencies to the README and mir-graphics-drivers-nvidia to the snap (#91) 2024-04-17 07:37:37 -04:00
RELEASING.md packaging: fedora spec file + SRPM (#73) 2024-04-02 15:09:21 -04:00
ROADMAP.md docs: documentation update for display configuration 2024-04-17 09:16:44 -04:00
USERGUIDE.md docs: documentation update for display configuration 2024-04-17 09:16:44 -04:00

Warning

This project is a work in progress. The first stable, feature-complete release will be version 1.0.0. As such, it is advised that you do not use this as your daily driver unless you are willing to encounter some paper cuts along the way. If you are willing to lend your time to find bugs, fix bugs, or submit proposals for new features, it would be greatly appreciated.

About

miracle-wm is a Wayland compositor based on Mir. It features a tiling window manager at its core, very much in the style of i3 and sway. The intention is to build a compositor that is flashier and more feature-rich than either of those compositors, like swayfx.

Please see the roadmap document for the current status and direction of the project.

miracle in action

Install

# snap
sudo snap install miracle-wm --classic

# deb (jammy, mantic, or noble)
sudo add-apt-repository ppa:matthew-kosarek/miracle-wm
sudo apt update
sudo apt install miracle-wm

Or for the nightly build:

sudo snap install miracle-wm --classic --edge

Note

While the project is only built as a snap at this moment, I am not allergic to other packaging formats, just perhaps too lazy to implement them at this moment. I will happily accept contributions in this domain.

Dependencies

Building

From Source:

git clone https://github.com/mattkae/miracle-wm.git
cd miracle-wm

cmake -Bbuild
cmake --build build
WAYLAND_DISPLAY=wayland-98 ./build/bin/miracle-wm

Snap:

cd miracle-wm
snapcraft
sudo snap install --dangerous --classic miracle-wm_*.snap

Running

On login:

Once installed, you may select the "Miracle" option from your display manager before you login (e.g. GDM or LightDM). In most environments, this presents itself as a little "settings" button after you select your name.

Note that if you installed the snap, the option may read "Miracle (snap)" to distinguish it from the binary version.

Hosted:

To run the window manager as a window on your current desktop session, simply run:

WAYLAND_DISPLAY=wayland-98 miracle-wm

Note that this is only useful if you want to test-drive the window manager or do some development on it for yourself.

Usage

See the user guide for info on how to use miracle-wm.