Update readme and install

This commit is contained in:
Sasha Koshka 2024-02-01 00:47:57 -05:00
parent 463be06955
commit a538ed14a2
2 changed files with 13 additions and 9 deletions

View File

@ -1,14 +1,18 @@
# Installing # Installing
## Dependencies ## Mandatory dependencies
- Xlib - Xlib
- Xt - Xt
- Motif - Motif
- MWM
- A C compiler - A C compiler
- brightnessctl (for xmbrightness)
- xwallpaper # Optional dependencies
- MWM (the reccomended window manager for Xmd)
- xsct (display-temperature)
- brightnessctl (xmbrightness)
- xwallpaper (xmd-load-wallpaper)
Installing via APK: Installing via APK:
@ -49,9 +53,9 @@ in their respective subdirectories:
## Glue ## Glue
Xmd includes some utility scripts to provide a standard interface for things Xmd includes some scripts to provide a standard interface for common graphical
like screenshotting. These can be installed using `./install.sh` in the `glue` tasks like taking screenshots. These can be installed using `./install.sh` in
directory. the `glue` directory.
## Session ## Session

View File

@ -1,5 +1,5 @@
# Xmd # Xmd
An X11/Motif desktop environment written in C99. An X11/Motif desktop environment written in C99 and POSIX shell.
![Screenshot of the default configuration](assets/screenshot.png) ![Screenshot of the default configuration](assets/screenshot.png)