# sway-profiles-rs This is a tool heavily targeting my own personal use-cases. It is a collection of utility commands which primarily serve to manage a multiple-workspace setup in Sway. **This software is unfinished and in early development. It is not ready for use, and its behavior is subject to change drastically between now and release.** ## Building ### Universal: `cargo build` append `--release` for a release build ### Debian ``` todo ``` ## Usage `sway-profiles-rs --help` for now ## FAQ > Does it work? For my uses, yeah > Is it fast? Probably, idk man don't judge > Is it good? Probably not ## todo * better failure/error handling ## Exit Codes (reference) * 0: success * 1: generic * 2: sway ipc/exec failure * 3: bad configuration * 4: bad cli args