From 2ed43be9a96ab0966c604b2f49eac10cb440b437 Mon Sep 17 00:00:00 2001 From: Bonicgamer <44382222+Bonicgamer@users.noreply.github.com> Date: Mon, 3 Aug 2020 15:36:49 -0400 Subject: [PATCH] Added 'pointerConstraints' patch to list of patches. --- Patches.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Patches.md b/Patches.md index c4e9c1c..0800ff0 100644 --- a/Patches.md +++ b/Patches.md @@ -11,4 +11,5 @@ Please ensure that the only changes in that branch are those needed for the patc **Note:** these external patches are user-submitted content, and the authors of dwl cannot monitor them. Please download and review a patch before using it! -* [toggle-layout-immediately](https://github.com/djpohly/dwl/compare/master...guidocella:toggle-layout-immediately.patch): configure a default "previous" layout for `setlayout({0})` to switch back to \ No newline at end of file +* [toggle-layout-immediately](https://github.com/djpohly/dwl/compare/master...guidocella:toggle-layout-immediately.patch): configure a default "previous" layout for `setlayout({0})` to switch back to +* [pointerConstraints](https://github.com/djpohly/dwl/compare/master...bonicgamer:pointerConstraints.patch): basic pointer constraints (note that most of the code was copied from Sways code base and currently does not work with different window positions because I am dumb) \ No newline at end of file