change default cols location in README.md and ignore binaries

This commit is contained in:
Maddie H 2022-02-25 12:46:10 +00:00
parent bed68c1466
commit d80d10f903
3 changed files with 3 additions and 1 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*.o
dmenu

View File

@ -20,6 +20,6 @@ Make and install dmenu
```sh
make install
```
**Final step:** Add a colourscheme to `~/cols/dmenu.h`. This is where dmenu will read a colorscheme.<br>
**Final step:** Add a colourscheme to `~/.config/cols/dmenu.h`. This is where dmenu will read a colorscheme.<br>
This should be in the usual form dmenu would have a colourscheme in it's own source code, as `dmenu.h` is included at compile time.<br>
Alternatively, you could change the location of the colourscheme in `config.h`.

BIN
stest Executable file

Binary file not shown.