summaryrefslogtreecommitdiffhomepage
path: root/patch/cfacts.c
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2019-10-09 09:29:52 +0200
committerbakkeby <[email protected]>2019-10-09 09:29:52 +0200
commit703e9da1108cb3d69314bdd979b8ec9141a28618 (patch)
tree45096418b30a4729fb7fb26e96245b42f71193e7 /patch/cfacts.c
parent3c9eba037e0c2fa552063548582468c86c0d3182 (diff)
downloaddwm-flexipatch-703e9da1108cb3d69314bdd979b8ec9141a28618.tar.gz
dwm-flexipatch-703e9da1108cb3d69314bdd979b8ec9141a28618.zip
Correction when only using col layout + cfacts
Diffstat (limited to 'patch/cfacts.c')
-rw-r--r--patch/cfacts.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/patch/cfacts.c b/patch/cfacts.c
index 705e914..591bb5f 100644
--- a/patch/cfacts.c
+++ b/patch/cfacts.c
@@ -17,7 +17,7 @@ setcfact(const Arg *arg)
arrange(selmon);
}
-#if BSTACK_LAYOUT || BSTACKHORIZ_LAYOUT || CENTEREDMASTER_LAYOUT || CENTEREDFLOATINGMASTER_LAYOUT || DECK_LAYOUT || TILE_LAYOUT || MONOCLE_LAYOUT
+#if BSTACK_LAYOUT || BSTACKHORIZ_LAYOUT || CENTEREDMASTER_LAYOUT || CENTEREDFLOATINGMASTER_LAYOUT || COLUMNS_LAYOUT || DECK_LAYOUT || TILE_LAYOUT || MONOCLE_LAYOUT
void
getfacts(Monitor *m, float *mf, float *sf)
{
@@ -34,4 +34,4 @@ getfacts(Monitor *m, float *mf, float *sf)
*mf = mfacts; // total factor of master area
*sf = sfacts; // total factor of slave area
}
-#endif \ No newline at end of file
+#endif