tabbed

Customized build of tabbed, the suckless tab manager
git clone git://src.adamsgaard.dk/tabbed
Log | Files | Refs | Submodules | README

commit fab5b428c27100a7138dc3bf4ce9bc0562e113e8
parent 190f7082f58b7f0c9f8d9f8f72c4e857faf88827
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Wed,  6 Feb 2019 14:45:30 +0100

Add new tabs to the right of the current tab

Diffstat:
Mconfig.h | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/config.h b/config.h @@ -20,8 +20,10 @@ static Bool urgentswitch = False; * then the current position is changed + newposition. If npisrelative * is False, then newposition is an absolute position. */ -static int newposition = 0; -static Bool npisrelative = False; +/* static int newposition = 0; */ +/* static Bool npisrelative = False; */ +static int newposition = 1; +static Bool npisrelative = True; #define SETPROP(p) { \ .v = (char *[]){ "/bin/sh", "-c", \