This is a mirror of http://vitali64.duckdns.org/git/suckless/tabbed.git . Issues are accepted.

Vitali64 c345e18ac5 markdown readme 2 лет назад
patches 0d42cc41c4 tabbed in 32bit color mode! 2 лет назад
LICENSE d60069a3e7 add xembed wrapper utility 9 лет назад
Makefile 46887ac550 Fix install paths and default build flag 8 лет назад
README.md c345e18ac5 markdown readme 2 лет назад
TODO 71880b14d7 0.5 tabbed release. 11 лет назад
arg.h 4ccaba4968 Import the arg.h from st with the fixed oob bug. 8 лет назад
config.def.h a327374a23 Embed dmenu in tabbed own window 6 лет назад
config.h 0d42cc41c4 tabbed in 32bit color mode! 2 лет назад
config.mk 0d42cc41c4 tabbed in 32bit color mode! 2 лет назад
config.mk.orig 0d42cc41c4 tabbed in 32bit color mode! 2 лет назад
config.mk.rej 0d42cc41c4 tabbed in 32bit color mode! 2 лет назад
tabbed 0d42cc41c4 tabbed in 32bit color mode! 2 лет назад
tabbed.1 bbcdf1544c Fix minor inconsistency in man page 7 лет назад
tabbed.c 0d42cc41c4 tabbed in 32bit color mode! 2 лет назад
tabbed.c.orig 0d42cc41c4 tabbed in 32bit color mode! 2 лет назад
tabbed.c.rej 0d42cc41c4 tabbed in 32bit color mode! 2 лет назад
tabbed.o 0d42cc41c4 tabbed in 32bit color mode! 2 лет назад
xembed 0d42cc41c4 tabbed in 32bit color mode! 2 лет назад
xembed.1 d60069a3e7 add xembed wrapper utility 9 лет назад
xembed.c 735bed5824 Style cleanup 8 лет назад
xembed.o 0d42cc41c4 tabbed in 32bit color mode! 2 лет назад

README.md

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.