From fa9ff0ad6497eab513b7916a8c0707a39557f0de Mon Sep 17 00:00:00 2001
From: Luca Bilke <bilke@tralios.de>
Date: Thu, 15 Sep 2022 19:39:36 +0200
Subject: [PATCH] disable gaps as default, continue work on rules

---
 config.h | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/config.h b/config.h
index 59a6f21..f622317 100644
--- a/config.h
+++ b/config.h
@@ -6,7 +6,7 @@
 	/* appearance */
   /* Settings */
   #if !PERTAG_PATCH
-  static int enablegaps = 1;
+  static int enablegaps = 0;
   #endif
 	static unsigned int borderpx  = 2;        /* border pixel of windows */
 	static unsigned int snap      = 20;       /* snap pixel */
@@ -78,19 +78,19 @@
 	   * WM_NAME(STRING) = title
      * If X, Y, W or H are between 0 and 1 (inclusive), their values interpreted as percentages of the current monitor resolution.
      * If X or Y are negative, they are subtracted from the current monitor resolution and then that value is interpreted.
-	     class           instance    title           scratch key   tags mask   isfloating isterminal noswallow   x,    y,   w,    h     borderpx monitor */
-	  { "Gimp",          NULL,       NULL,           0,             0,          1,         0,         0,         0,    0,   0,    0,   -1,       -1},
-	  { "Qalculate-gtk", NULL,       NULL,           'q',           0,          1,         0,         0,        .5,   .5,   722,  512, -1,       -1},
-	  { NULL,            "spterm",   NULL,           't',           0,          1,         1,         0,         0,    0,   1,    1,    0,        0},
-	  { NULL,            "splf",     NULL,           'l',           0,          1,         0,         0,        .5,   .5,  .8,   .8,   -1,       -1},
-	  { NULL,            "sphtop",   NULL,           'h',           0,          1,         0,         0,        .5,   .5,  .8,   .8,   -1,       -1},
-	  { NULL,            "spmix",    NULL,           'm',           0,          1,         0,         0,        -4,   -4,   900,  600, -1,       -1},
-	  { NULL,            NULL,       "Event Tester", 0,             0,          0,         0,         1,         0,    0,   0,    0,   -1,       -1},
+	     class           instance    title           scratch key   tags mask   isfloating isterminal noswallow   x,    y,   w,    h     borderpx */
+	  { "Gimp",          NULL,       NULL,           0,             0,          1,         0,         0,         0,    0,   0,    0,   -1 },
+	  { "Qalculate-gtk", NULL,       NULL,           'q',           0,          1,         0,         0,        .5,   .5,   722,  512, -1 },
+	  { NULL,            "spterm",   NULL,           't',           0,          1,         1,         0,        .5,   .5,   1,    1,    0 },
+	  { NULL,            "splf",     NULL,           'l',           0,          1,         0,         0,        .5,   .5,  .8,   .8,   -1 },
+	  { NULL,            "sphtop",   NULL,           'h',           0,          1,         0,         0,        .5,   .5,  .8,   .8,   -1 },
+	  { NULL,            "spmix",    NULL,           'm',           0,          1,         0,         0,        -4,   -4,   900,  600, -1 },
+	  { NULL,            NULL,       "Event Tester", 0,             0,          0,         0,         1,         0,    0,   0,    0,   -1 },
 	
 	};
 	
 	/* layout(s) */
-	static float mfact        = 0.55; /* factor of master area size [0.05..0.95] */
+	static float mfact        = 0.50; /* factor of master area size [0.05..0.95] */
 	static int nmaster        = 1;    /* number of clients in master area */
 	static int resizehints    = 1;    /* 1 means respect size hints in tiled resizals */
 	static int lockfullscreen = 1; /* 1 will force focus on the fullscreen window */