diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..baff792 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.o +dmenu diff --git a/README.md b/README.md index f3831ff..556b8ef 100644 --- a/README.md +++ b/README.md @@ -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.
+**Final step:** Add a colourscheme to `~/.config/cols/dmenu.h`. This is where dmenu will read a colorscheme.
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.
Alternatively, you could change the location of the colourscheme in `config.h`. diff --git a/stest b/stest new file mode 100755 index 0000000..d09a668 Binary files /dev/null and b/stest differ