https://github.com/mrinjamul/tabbed
tabbed is a simple tabbed X window container.
https://github.com/mrinjamul/tabbed
dwm suckless tabbed
Last synced: 8 months ago
JSON representation
tabbed is a simple tabbed X window container.
- Host: GitHub
- URL: https://github.com/mrinjamul/tabbed
- Owner: mrinjamul
- License: mit
- Created: 2021-05-26T17:48:31.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-26T17:49:49.000Z (about 5 years ago)
- Last Synced: 2025-01-23T12:15:39.514Z (over 1 year ago)
- Topics: dwm, suckless, tabbed
- Language: C
- Homepage:
- Size: 286 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- 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.
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):
make clean install
Running tabbed
--------------
See the man page for details.