change default cols location

This commit is contained in:
Maddie H 2022-02-25 12:42:59 +00:00
parent ecb487cb84
commit 5326af4a3d

View File

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