README Update
- Add list of personal modifications
This commit is contained in:
parent
e9c7ebcddc
commit
b788a08745
31
README.md
31
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user