My simple build of suckless' tabbed.
Go to file
2023-03-09 19:58:54 +00:00
themes fix themes 2023-03-09 19:58:54 +00:00
.gitignore ignore binaries in .gitignore 2022-02-25 16:33:24 +00:00
arg.h first commit 2022-02-25 16:27:27 +00:00
config.def.h first commit 2022-02-25 16:27:27 +00:00
config.h fix themes 2023-03-09 19:58:54 +00:00
config.mk first commit 2022-02-25 16:27:27 +00:00
LICENSE first commit 2022-02-25 16:27:27 +00:00
Makefile first commit 2022-02-25 16:27:27 +00:00
README first commit 2022-02-25 16:27:27 +00:00
README.md update README.md 2022-02-25 16:34:36 +00:00
tabbed.1 first commit 2022-02-25 16:27:27 +00:00
tabbed.c first commit 2022-02-25 16:27:27 +00:00
TODO first commit 2022-02-25 16:27:27 +00:00
xembed.1 first commit 2022-02-25 16:27:27 +00:00
xembed.c first commit 2022-02-25 16:27:27 +00:00

tabbed

My build of suckless's tabbed, with better keybinds and colours.

tabbed screenshot

installation

Clone the git repository

git clone https://github.com/SpyHoodle/tabbed

Change directory to tabbed

cd tabbed

Make and install tabbed

make install

Final step: Add a colourscheme to ~/.config/cols/tabbed.h. This is where tabbed will read a colorscheme.
This should be in the usual form tabbed would have a colourscheme in it's own source code, as tabbed.h is included at compile time.
Alternatively, you could change the location of the colourscheme in config.h.