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
- Host: GitHub
- URL: https://github.com/notchtc/tabbed
- Owner: notchtc
- License: mit
- Created: 2022-04-30T12:03:22.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-30T12:04:08.000Z (about 3 years ago)
- Last Synced: 2025-01-28T01:22:03.791Z (4 months ago)
- Language: C
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
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 tabbedEdit 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.