suckless-utils/tabbed
2023-09-06 21:06:40 +08:00
..
patches Wnhanced menu, new font, new patches, new color scheme 2023-09-06 21:05:38 +08:00
arg.h Wnhanced menu, new font, new patches, new color scheme 2023-09-06 21:05:38 +08:00
config.def.h Wnhanced menu, new font, new patches, new color scheme 2023-09-06 21:05:38 +08:00
config.mk Wnhanced menu, new font, new patches, new color scheme 2023-09-06 21:05:38 +08:00
LICENSE Wnhanced menu, new font, new patches, new color scheme 2023-09-06 21:05:38 +08:00
Makefile Wnhanced menu, new font, new patches, new color scheme 2023-09-06 21:05:38 +08:00
README Wnhanced menu, new font, new patches, new color scheme 2023-09-06 21:05:38 +08:00
tabbed Wnhanced menu, new font, new patches, new color scheme 2023-09-06 21:05:38 +08:00
tabbed.1 Wnhanced menu, new font, new patches, new color scheme 2023-09-06 21:05:38 +08:00
tabbed.c Wnhanced menu, new font, new patches, new color scheme 2023-09-06 21:05:38 +08:00
tabbed.o Wnhanced menu, new font, new patches, new color scheme 2023-09-06 21:05:38 +08:00
TODO Wnhanced menu, new font, new patches, new color scheme 2023-09-06 21:05:38 +08:00
xembed Wnhanced menu, new font, new patches, new color scheme 2023-09-06 21:05:38 +08:00
xembed.1 Wnhanced menu, new font, new patches, new color scheme 2023-09-06 21:05:38 +08:00
xembed.c Wnhanced menu, new font, new patches, new color scheme 2023-09-06 21:05:38 +08:00
xembed.o Wnhanced menu, new font, new patches, new color scheme 2023-09-06 21:05:38 +08:00

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.