Specify Autostart Location, README & LICENSE updates, and Add config.h

- Remove config.h from gitignore
- Move config.def.h modifications to config.h
- Restore config.def.h to original version
- Specify location of autostart instead of searching certain locations
- Rename autostart.sh to autostart_blocking.sh
- Add myself to license
- Change README to markdown and add personal changes
This commit is contained in:
Sravan Balaji
2020-07-26 01:59:53 -04:00
parent 8531dc3158
commit cc1f6ffbc2
8 changed files with 147 additions and 77 deletions

6
dwm.1
View File

@@ -162,11 +162,7 @@ Toggles focused window between floating and tiled state.
Resize focused window while dragging. Tiled windows will be toggled to the floating state.
.SH FILES
The files containing programs to be started along with dwm are searched for in
the following directories:
.IP "1. $XDG_DATA_HOME/dwm"
.IP "2. $XDG_CONFIG_HOME/dwm"
.IP "3. $HOME/.local/share/dwm"
.IP "4. $HOME/.dwm"
the dwm root directory.
.P
The first existing directory is scanned for any of the autostart files below.
.TP 15