Added 'pointerConstraints' patch to list of patches.

Bonicgamer 2020-08-03 15:36:49 -04:00
parent 1a65046544
commit 2ed43be9a9

@ -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
* [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)