From dbbb1e6940e2731c74cf0830d6592f44822006ea Mon Sep 17 00:00:00 2001 From: Bonicgamer <44382222+Bonicgamer@users.noreply.github.com> Date: Sun, 20 Sep 2020 18:01:41 -0400 Subject: [PATCH] Updated pointerConstraints patch --- Patches.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Patches.md b/Patches.md index 89cdb6a..282c754 100644 --- a/Patches.md +++ b/Patches.md @@ -14,7 +14,7 @@ Please ensure that the only changes in that branch are those needed for the patc * [customFloat](https://github.com/djpohly/dwl/compare/master...Stivvo:customFloat.patch): Rules for floating windows support default x, y, width, height. Defaults to the center of the screen and the client size * [pertag](https://github.com/djpohly/dwl/compare/master...Bonicgamer:pertag.patch): A very slightly modified version of dwm's pertag patch -* [pointerConstraints](https://github.com/djpohly/dwl/compare/master...Bonicgamer:pointerconstraints0.patch): basic pointer constraints (for some reason only works if the window's top left corner is in the top left corner of the screen) | Updated: 8/26/2020 +* [pointerConstraints](https://github.com/djpohly/dwl/compare/master...Bonicgamer:pointerconstraints0.patch): basic pointer constraints | Updated: 9/20/2020 * [focusMonPointer](https://github.com/djpohly/dwl/compare/master...Stivvo:focusMonPointer.patch): ``focusmon()`` moves the cursor to the focused monitor * [outputOrder](https://github.com/djpohly/dwl/compare/master...Stivvo:outputOrder.patch): The order in which monitors are defined in ``monrules[]`` aligns them on the horizontal axis (first is leftmost), requires [handleUnplug](https://github.com/djpohly/dwl/compare/master...Stivvo:outputOrder.patch), which hasn't been merged yet * [restoreTiling](https://github.com/djpohly/dwl/compare/master...Stivvo:restoreTiling.patch): All floating windows become tiling when switching to a different layout (mod+t, mod+m...)