My simple build of suckless' tabbed.
.gitignore | ||
arg.h | ||
config.def.h | ||
config.h | ||
config.mk | ||
LICENSE | ||
Makefile | ||
README | ||
README.md | ||
tabbed.1 | ||
tabbed.c | ||
TODO | ||
xembed.1 | ||
xembed.c |
tabbed
My build of suckless's tabbed, with better keybinds and colours.
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 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
.