From f81357165471f86abdeb055bd9b3937a69a65548 Mon Sep 17 00:00:00 2001 From: Gean Marroquin Date: Tue, 12 Sep 2023 09:24:40 -0500 Subject: [PATCH] Updated movecenter (markdown) --- movecenter.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/movecenter.md b/movecenter.md index 9b2d060..67161b0 100644 --- a/movecenter.md +++ b/movecenter.md @@ -7,6 +7,14 @@ It does NOT uncenter the window back to its previous location. It does not cente The variable `center_relative_to_monitor` allows 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:movecenter.patch)