Update patches/movecenter/README.md

This commit is contained in:
wochap 2024-07-31 12:53:22 +00:00
parent b1ca929ee6
commit a6fa4ba320

View File

@ -1,24 +1,28 @@
### Description ### Description
This patch provides a keybinding to center the focused floating window.
> This patch is no longer being maintained by me [wochap](https://codeberg.org/wochap), since I'm now using a different patch specific to my use case: https://codeberg.org/wochap/dwl/src/branch/v0.6-a/center/center.patch.
Press <kbd>MODKEY</kbd> + <kbd>x</kbd> to center the focused floating window.
This patch provides a keybinding to center the focused floating window.
It does NOT center windows that are not floating.
Press <kbd>MODKEY</kbd> + <kbd>x</kbd> to center the focused floating window.
The variable `center_relative_to_monitor` allows the user to choose whether to center relative to the monitor or relative to the window area.
It does NOT center windows that are not floating.
<details>
<summary>Explanation of center_relative_to_monitor:</summary> The variable `respect_monitor_reserved_area` allows the user to choose whether to center relative to the monitor or relative to the window area.
<pre>
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. <details>
<img src="https://i.imgur.com/xhejzPh.png"/> <summary>Explanation of respect_monitor_reserved_area:</summary>
</pre> <pre>
</details> 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.
<img src="https://i.imgur.com/xhejzPh.png"/>
</pre>
### Download </details>
- [git branch](https://codeberg.org/wochap/dwl/src/branch/v0.5/movecenter)
- [v0.5](https://codeberg.org/dwl/dwl-patches/raw/branch/main/patches/movecenter/movecenter.patch) ### Download
- [git branch](https://codeberg.org/wochap/dwl/src/branch/v0.6/movecenter)
### Authors - [v0.6](https://codeberg.org/dwl/dwl-patches/raw/commit/b1ca929ee645cd3e175f198e250448b54624acd6/patches/movecenter/movecenter.patch)
- [wochap](https://codeberg.org/wochap) - [v0.5](https://codeberg.org/dwl/dwl-patches/raw/commit/187d7f511572457750fcf6e42c99cdc7befe05e7/patches/movecenter/movecenter.patch)
### Authors
- [wochap](https://codeberg.org/wochap)