suckless-utils/tabbed
2023-09-08 19:09:59 +08:00
..
patches Wnhanced menu, new font, new patches, new color scheme 2023-09-06 21:05:38 +08:00
.gitignore Minor update for .gitignore (forgot file extension) 2023-09-08 09:50:56 +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 Replacing j4-dmenu-desktop submodule with spmenu 2023-09-08 19:09:59 +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
TODO Wnhanced menu, new font, new patches, new color scheme 2023-09-06 21:05:38 +08:00
xembed Replacing j4-dmenu-desktop submodule with spmenu 2023-09-08 19:09:59 +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

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.