From 53d5b142261589f9f10ca5ca391f6a801a7433ea Mon Sep 17 00:00:00 2001 From: spy Date: Fri, 25 Feb 2022 16:29:01 +0000 Subject: [PATCH] Inital README --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5adf2bd..2bf6c8c 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,19 @@ # tabbed -# tabbed +My build of suckless's tabbed, with better keybinds and colours. +1 +# installation +Clone the git repository +```sh +git clone https://github.com/SpyHoodle/tabbed +``` +Change directory to tabbed +```sh +cd tabbed +``` +Make and install tabbed +```sh +make install +``` +**Final step:** Add a colourscheme to `~/.config/cols/tabbed.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`.