This project is a fork of the tabbed.git project. If you have that one already cloned locally, you can use
git clone --reference /path/to/your/tabbed.git/incarnation mirror_URL
to save bandwidth during cloning.
 
descriptionnone
ownerjulien.rische@gmail.com
last changeSun, 11 Mar 2018 12:21:25 +0000 (11 13:21 +0100)
content tags
add:
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.
shortlog
2018-03-11 Lucas Gabriel... Add OpenBSD support to config.mkmaster
2018-03-11 Lucas Gabriel... Embed dmenu in tabbed own window
2017-09-29 Alessandro... Fix minor inconsistency in man page
2017-05-08 Caleb MalchikFix movetab and focusurgent when there's no client
2017-05-02 Quentin RameauMove tab selection keybinding from Ctrl-t to Ctrl-`
2017-03-28 Christoph LohmannOne killclient() is enough.
2016-04-25 Christoph LohmannThe forgotten half of the last patch.
2016-03-25 Justin Keoghadd -k to close tabbed foreground client on WMDelete
2016-02-21 Christoph LohmannImport the arg.h from st with the fixed oob bug.
2016-02-18 Lucas Gabriel... Added xft support
2016-01-04 Quentin RameauAdd configuration option for title truncation string
2016-01-03 Quentin RameauRemove h flag, put usage() in the default case
2016-01-03 Quentin RameauArrange diagnostic messages
2016-01-03 Quentin RameauStyle cleanup
2016-01-03 Quentin RameauFix install paths and default build flag
2016-01-03 Christoph LohmannBumping up the year.
...
tags
11 years ago 0.6
11 years ago 0.5
12 years ago 0.4.1
12 years ago 0.4
14 years ago 0.3
15 years ago 0.2
15 years ago 0.1
heads
6 years ago master