tconfig.h: use 50% splitting ratio in tiled mode - dwm - [fork] customized build of dwm, the dynamic window manager
 (HTM) git clone git://src.adamsgaard.dk/dwm
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 66a03284ef5356a2561c307754836cfbe196c9be
 (DIR) parent 22655a1b73ce223d8137e1b7f9c629c0d0587d11
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Thu,  3 Dec 2020 19:35:56 +0100
       
       config.h: use 50% splitting ratio in tiled mode
       
       Diffstat:
         M config.h                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/config.h b/config.h
       t@@ -51,7 +51,7 @@ static const Rule rules[] = {
        };
        
        /* layout(s) */
       -static const float mfact     = 0.55; /* factor of master area size [0.05..0.95] */
       +static const float mfact     = 0.50; /* factor of master area size [0.05..0.95] */
        static const int nmaster     = 1;    /* number of clients in master area */
        static const int resizehints = 0;    /* 1 means respect size hints in tiled resizals */