From 95e6a98f8b3e09c2294b66e6d17f8a3a0c5dda17 Mon Sep 17 00:00:00 2001 From: Gean Marroquin Date: Tue, 12 Sep 2023 09:25:07 -0500 Subject: [PATCH] Updated customfloat (markdown) --- customfloat.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/customfloat.md b/customfloat.md index fb8941b..70d2a2f 100644 --- a/customfloat.md +++ b/customfloat.md @@ -8,6 +8,14 @@ Rules for floating windows support default x, y, width, height. Defaults to the - If the width or height is less than or equal to 1, then the value will be interpreted as a percentage. For example, 0.5 represents 50%, 0.25 represents 25%, and 1 represents 100%. **NOTE**: Some clients, like Thunar, have minimum width/height - A variable `center_relative_to_monitor` has been added, allowing the user to choose whether to center relative to the monitor or relative to the window area. +
+Explanation of center_relative_to_monitor: +
+The "Monitor area" refers to the space enclosed by the green rectangle, while the "Window area" refers to the space enclosed by the red rectangle.
+
+
+
+ ### Download - [2023-09-11](https://github.com/djpohly/dwl/compare/main...wochap:customfloat.patch) - [2020-09-02](https://github.com/djpohly/dwl/compare/main...Stivvo:customFloat.patch)