You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
contrib | 3 years ago | |
src | 3 years ago | |
.gitignore | 3 years ago | |
CHANGELOG.md | 3 years ago | |
Cargo.lock | 3 years ago | |
Cargo.toml | 3 years ago | |
LICENSE.md | 3 years ago | |
README.md | 3 years ago |
README.md
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
Put the contrib/profile.sh
file into /etc/profile.d/
as stdm.sh
. This
starts stdm automatically when logging in on tty1
.
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.