From e16cbd80f175af4e7c3465fa1da10f3e6a917b1d Mon Sep 17 00:00:00 2001 From: Bonicgamer <44382222+Bonicgamer@users.noreply.github.com> Date: Sat, 15 Aug 2020 16:17:59 -0400 Subject: [PATCH] Added 'swallow' patch to list of patches --- Patches.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Patches.md b/Patches.md index e8d797a..df8b7e8 100644 --- a/Patches.md +++ b/Patches.md @@ -13,4 +13,5 @@ Please ensure that the only changes in that branch are those needed for the patc * [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) -* [pertag](https://github.com/djpohly/dwl/compare/master...Bonicgamer:pertag.patch): A very slightly modified version of dwm's pertag patch \ No newline at end of file +* [pertag](https://github.com/djpohly/dwl/compare/master...Bonicgamer:pertag.patch): A very slightly modified version of dwm's pertag patch +* [swallow](https://github.com/djpohly/dwl/compare/master...Bonicgamer:swallowing.patch): Terminals swallow windows that they are the parent of (does not work with xwayland clients or whatever they're called) \ No newline at end of file