stdm/README.md
Jan Christian Grünhage f16596632b initial commit
2020-05-13 04:04:41 +02:00

24 lines
823 B
Markdown

# STDM
STDM is a simple terminal display manager. It's inspired by cdm, but way simpler.
Right now it can only start Wayland sessions, and apparently only some of those too.
I might extend it to do more myself, but I use it for starting sway, and that works.
## Installation
Install it with `cargo` like any old rust project
## Usage
Run it, done. Running it automatically is left as an exercise for the reader.
A profile.d file will be provided in the future, for now go check on
[cdm's profile.sh](https://github.com/evertiro/cdm/blob/master/src/profile.sh).
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
## License
[AGPL-3.0-only](https://choosealicense.com/licenses/agpl-3.0/)