summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortsxv478 <atvx717@infraredcombat.xyz>2022-08-28 00:04:35 +0300
committertsxv478 <atvx717@infraredcombat.xyz>2022-08-28 00:04:35 +0300
commit6d0f84540a4729aa690076695706b1eb3e20e226 (patch)
tree58278454faebcd90600f32503bf395755acd7299
parentb132186053adc6f99f931c05bf1afbf744b8d13d (diff)
fix comment alignment
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 9078b98..2ce9af2 100644
--- a/config.def.h
+++ b/config.def.h
@@ -39,7 +39,7 @@ static const Rule rules[] = {
};
/* layout(s) */
-static const float mfact = 0.5; /* factor of master area size [0.05..0.95] */
+static const float mfact = 0.5; /* 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 */
static const int lockfullscreen = 1; /* 1 will force focus on the fullscreen window */