Skip to content

miracle-wm-org/miracle-settings

Repository files navigation

Miracle Settings

A graphical frontend for configuring miracle-wm.

The general settings page of miracle settings

Dependencies

  • libmiracle-wm-config.so.1 (installed with miracle-wm >= 0.6.0)

Building

Requires:

  • flutter >= 3.24.0

Then run:

flutter pub get get
flutter build linux --release

or

export FLUTTER = path/to/flutter
make build

Installing

sudo make install

Configuring

Miracle Settings uses a TOML file to configure itself. This file is most likely going to wind up in $HOME/.config/miracle-settings/config.toml the first time that you run Miracle Settings, however it may wind up somewhere else depending on how you configured your system. Check the XDG Base Directory Specification to see where it may end up for you.

Valid keys in this file are:

config_file_path = "path/to/your/miracle-wm.yaml" # defaults to $HOME/.config/miracle-wm/config.yaml

About

A settings application for miracle-wm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published