From b788a08745263e7aa599caacf3ef3a8f36dac8c8 Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Sat, 1 Aug 2020 23:14:03 -0400 Subject: [PATCH] README Update - Add list of personal modifications --- README.md | 31 ++++++++++++++++++++++++------- 1 file changed, 24 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index fa3eb96..f096e93 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ # Sravan's dwm - dynamic window manager -dwm is an extremely fast, small, and dynamic window manager for X. +[dwm](https://dwm.suckless.org/) is an extremely fast, small, and dynamic window manager for X. This is Sravan's fork of dwm with patches and custom modifications. +## dwm Information -## 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,7 +19,7 @@ necessary as root): make clean install -## Running dwm +### Running dwm Add the following line to your .xinitrc to start dwm using startx: @@ -41,8 +41,25 @@ like this in your .xinitrc: done & exec dwm - -## Configuration +### Configuration The configuration of dwm is done by creating a custom config.h and (re)compiling the source code. + +## Personal Modifications + +### Patches + +* [autostart](https://dwm.suckless.org/patches/autostart/) +* [combo](https://dwm.suckless.org/patches/combo/) +* [movestack](https://dwm.suckless.org/patches/movestack/) +* [systray](https://dwm.suckless.org/patches/systray/) + +### Modifications + +* Change mod key to super key (windows key) +* Change terminal from st to alacritty +* Change colors to follow [Dracula](https://draculatheme.com) theme +* Increase border to 2 pixels +* Change tags to be [Font Awesome](https://fontawesome.com) icons +* Run programs and processes on autostart