diff --git a/customfloat.md b/customfloat.md new file mode 100644 index 0000000..9f014a9 --- /dev/null +++ b/customfloat.md @@ -0,0 +1,21 @@ +### Description +Rules for floating windows support default x, y, width, height. Defaults to the center of the screen and the client size. + +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 + +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 +- [git branch](https://codeberg.org/wochap/dwl/src/branch/v0.5/customfloat) +- [2024-03-12](https://codeberg.org/dwl/dwl-patches/raw/branch/main/customfloat/customfloat.patch) + +### Authors +- [wochap](https://codeberg.org/wochap)