karx's tabbed config
Go to file
Yash Karandikar 0fbf1949f3 Edit tabbing hotkeys 2022-11-02 15:51:15 -05:00
.gitignore Edit tabbing hotkeys 2022-11-02 15:51:15 -05:00
LICENSE add xembed wrapper utility 2015-05-09 20:03:08 +02:00
Makefile Fix install paths and default build flag 2016-01-03 09:24:32 +01:00
README Trivial changes to try out the new update filter script. 2012-12-07 20:50:53 +01:00
TODO 0.5 tabbed release. 2013-05-06 20:28:25 +02:00
arg.h Import the arg.h from st with the fixed oob bug. 2016-02-21 17:22:58 +01:00
config.def.h Embed dmenu in tabbed own window 2018-03-11 13:21:23 +01:00
config.h Edit tabbing hotkeys 2022-11-02 15:51:15 -05:00
config.mk Add OpenBSD support to config.mk 2018-03-11 13:21:25 +01:00
tabbed.1 Fix minor inconsistency in man page 2017-09-29 21:32:33 +02:00
tabbed.c Fixed crash when window height was less or equal to bar height 2020-05-30 21:28:25 +02:00
xembed Initial commit 2022-11-02 13:21:59 -05:00
xembed.1 add xembed wrapper utility 2015-05-09 20:03:08 +02:00
xembed.c Style cleanup 2016-01-03 14:10:38 +01:00
xembed.o Initial commit 2022-11-02 13:21:59 -05:00

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.