Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/taco-c/tabbed

My build of tabbed.
https://github.com/taco-c/tabbed

suckless x11

Last synced: 17 days ago
JSON representation

My build of tabbed.

Awesome Lists containing this project

README

        

# tabbed - generic tabbed interface

tabbed is a simple tabbed X window container.

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

### \*buntu
```
sudo apt install libx11-dev libxft-dev
```

## Installation
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):

```sh
make clean install
```

## Running tabbed
See the man page for details.