stdm/README.md

25 lines
725 B
Markdown
Raw Permalink Normal View History

2020-05-13 02:04:41 +00:00
# STDM
2020-05-29 15:49:28 +00:00
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.
2020-05-13 02:04:41 +00:00
## Installation
Install it with `cargo` like any old rust project
## Usage
2020-05-29 15:49:28 +00:00
Put the `contrib/profile.sh` file into `/etc/profile.d/` as `stdm.sh`. This
starts stdm automatically when logging in on `tty1`.
2020-05-13 02:04:41 +00:00
## Contributing
2020-05-29 15:49:28 +00:00
Pull requests are welcome. For major changes, please open an issue first to
discuss what you would like to change.
2020-05-13 02:04:41 +00:00
Please make sure to update tests as appropriate.
## License
[AGPL-3.0-only](https://choosealicense.com/licenses/agpl-3.0/)