tabbed

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

commit ed3f4f32d1e406ae1b1594dc55b43b7bf2b58e30
parent 868bda0d594930d39e5697ae95c54758235e5edc
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Sun, 16 Dec 2018 18:54:19 +0100

Increase height of default window size

Diffstat:
Mconfig.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.h b/config.h @@ -138,7 +138,7 @@ static unsigned int cursorshape = 2; */ static unsigned int cols = 80; -static unsigned int rows = 24; +static unsigned int rows = 32; /* * Default colour and shape of the mouse cursor