From a538ed14a24ded62654c422e537aa08bd8ab020d Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Thu, 1 Feb 2024 00:47:57 -0500 Subject: [PATCH] Update readme and install --- INSTALL.md | 18 +++++++++++------- README.md | 4 ++-- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 11c9b88..7078767 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -1,14 +1,18 @@ # Installing -## Dependencies +## Mandatory dependencies - Xlib - Xt - Motif -- MWM - 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: @@ -49,9 +53,9 @@ in their respective subdirectories: ## 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. +Xmd includes some scripts to provide a standard interface for common graphical +tasks like taking screenshots. These can be installed using `./install.sh` in +the `glue` directory. ## Session diff --git a/README.md b/README.md index 8d7afa3..8821656 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # 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) \ No newline at end of file +![Screenshot of the default configuration](assets/screenshot.png)