A simple terminal display manager
Go to file
Adrian Schneider 2b38eaf38b
add profile.sh to start stdm on tty1
2020-05-30 13:24:23 +02:00
contrib add profile.sh to start stdm on tty1 2020-05-30 13:24:23 +02:00
src initial commit 2020-05-13 04:04:41 +02:00
.gitignore initial commit 2020-05-13 04:04:41 +02:00
CHANGELOG.md add profile.sh to start stdm on tty1 2020-05-30 13:24:23 +02:00
Cargo.lock initial commit 2020-05-13 04:04:41 +02:00
Cargo.toml add profile.sh to start stdm on tty1 2020-05-30 13:24:23 +02:00
LICENSE.md initial commit 2020-05-13 04:04:41 +02:00
README.md add profile.sh to start stdm on tty1 2020-05-30 13:24:23 +02:00

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.

License

AGPL-3.0-only