A graphical frontend for configuring miracle-wm.
libmiracle-wm-config.so.1
(installed withmiracle-wm >= 0.6.0
)
Requires:
flutter >= 3.24.0
Then run:
flutter pub get get
flutter build linux --release
or
export FLUTTER = path/to/flutter
make build
sudo make install
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