aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2024-05-31 20:56:27 +0530
committerAryadev Chavali <aryadev@aryadevchavali.com>2024-05-31 20:56:27 +0530
commitab70e0c0f8919ed1831ed6871d5b484910e8aeb6 (patch)
treee1751c70fde24ccf75f23eabc7bc05d73fad678b /config.h
parent35f98c0588c1164fdeaddff348246fb5408a89fd (diff)
downloaddwm-ab70e0c0f8919ed1831ed6871d5b484910e8aeb6.tar.gz
dwm-ab70e0c0f8919ed1831ed6871d5b484910e8aeb6.tar.bz2
dwm-ab70e0c0f8919ed1831ed6871d5b484910e8aeb6.zip
Updating changes
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index f40f704..98f5f21 100644
--- a/config.h
+++ b/config.h
@@ -62,7 +62,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.55; /* factor of master area size [0.05..0.95] */
static const int nmaster = 1; /* number of clients in master area */
static const int resizehints = 1; /* 1 means respect size hints in tiled resizals */
static const int lockfullscreen = 1; /* 1 will force focus on the fullscreen window */