Decouple screenshot script from Xmd, Xmd session from Mwm

This commit is contained in:
Sasha Koshka
2024-01-17 11:30:25 -05:00
parent b341fbe6ca
commit 45425c91d1
4 changed files with 18 additions and 3 deletions

View File

@@ -49,6 +49,11 @@ in their respective subdirectories:
## Session
Xmd includes a startup script and assorted "glue code" to facilitate using it as
a desktop environment. It can be installed using `./install.sh` in the `session`
Xmd includes several scripts to facilitate using it as a desktop environment. It
can be installed using `./install.sh` in the `session` directory.
## Glue
Xmd includes some utility scripts to provide a standard interface for things
like screenshotting. These can be installed using `./install.sh` in the `glue`
directory.