From 35594ab8ea4a8aa5aa35e6bb290d057d1d1c1d28 Mon Sep 17 00:00:00 2001 From: Thamognya Date: Sun, 23 Jan 2022 15:23:14 +0700 Subject: [PATCH 1/2] README to README.md This converts the normal text file to markup --- README => README.md | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) rename README => README.md (87%) diff --git a/README b/README.md similarity index 87% rename from README rename to README.md index 95d4fd0..3c5ba21 100644 --- a/README +++ b/README.md @@ -1,15 +1,21 @@ -dwm - dynamic window manager -============================ +### dwm - dynamic window manager + +
+ dwm is an extremely fast, small, and dynamic window manager for X. -Requirements ------------- +### Requirements + +
+ In order to build dwm you need the Xlib header files. -Installation ------------- +### Installation + +
+ Edit config.mk to match your local setup (dwm is installed into the /usr/local namespace by default). @@ -19,8 +25,10 @@ necessary as root): make clean install -Running dwm ------------ +### Running dwm + +
+ Add the following line to your .xinitrc to start dwm using startx: exec dwm From a7cce83593146affbc167b25f0c71a9506a355a5 Mon Sep 17 00:00:00 2001 From: Thamognya Date: Sun, 23 Jan 2022 15:23:55 +0700 Subject: [PATCH 2/2] Rename LICENSE to LICENSE.md To convert text to markup --- LICENSE => LICENSE.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename LICENSE => LICENSE.md (100%) diff --git a/LICENSE b/LICENSE.md similarity index 100% rename from LICENSE rename to LICENSE.md