Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/taco-c/tabbed
- Owner: taco-c
- License: mit
- Created: 2022-05-05T15:38:42.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-05-05T15:57:34.000Z (over 2 years ago)
- Last Synced: 2024-11-05T11:15:14.747Z (2 months ago)
- Topics: suckless, x11
- Language: C
- Homepage:
- Size: 292 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.