An open API service indexing awesome lists of open source software.

https://github.com/notchtc/tabbed

personal build of tabbed
https://github.com/notchtc/tabbed

Last synced: about 2 months ago
JSON representation

personal build of tabbed

Awesome Lists containing this project

README

        

= tabbed - generic tabbed interface
chtc
{docdate}

My personal https://tools.suckless.org/tabbed[tabbed] build.

== Requirements
In order to build tabbed you need the Xlib header files.

Installation
Clone the repository and enter the directory.
[source,shell]
git clone https://github.com/notchtc/tabbed
cd tabbed

Edit config.mk to match your local setup (tabbed is installed into the /usr/local namespace by default).

Afterwards enter the following command to build and install tabbed (if necessary as root):
[source,shell]
make clean install

== Patches
- https://tools.suckless.org/tabbed/patches/autohide[autohide]
- https://tools.suckless.org/tabbed/patches/xresources/[xresources]

== Running tabbed
See the man page for details.