From da821338343a700253b5c522656a8b054713b6bf Mon Sep 17 00:00:00 2001 From: Bonicgamer <44382222+Bonicgamer@users.noreply.github.com> Date: Sun, 30 Aug 2020 16:21:08 -0400 Subject: [PATCH] Changed swallow patch summary to say "xwayland windows" and included "and crashes if term is floating"; Also alphabetical order :) --- Patches.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Patches.md b/Patches.md index d77a45e..fc3d5e8 100644 --- a/Patches.md +++ b/Patches.md @@ -14,10 +14,10 @@ Please ensure that the only changes in that branch are those needed for the patc * [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 +* [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...) * [shiftview](https://github.com/djpohly/dwl/compare/master...guidocella:shiftview.patch): Cycle through tags -* [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) | Updated: About 2m after putting up the patch +* [smartBorders](https://github.com/djpohly/dwl/compare/master...Stivvo:smartBorders.patch): The borders of a window aren't drawn when is the only tiling window in its tag or is in a monocle layout; also allow ``borderpx = 0`` +* [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 windows and crashes if term is floating) | Updated: About 2m after putting up the patch * [switchtotag](https://github.com/djpohly/dwl/compare/master...guidocella:switchtotag.patch): Adds a rule option to switch to the configured tag when a window opens, then switch back when it closes * [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 -* [vanitygaps](https://github.com/djpohly/dwl/compare/master...Bonicgamer:vanitygaps.patch): A slightly modified version of dwm's vanitygaps patch -* [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...) -* [smartBorders](https://github.com/djpohly/dwl/compare/master...Stivvo:smartBorders.patch): The borders of a window aren't drawn when is the only tiling window in its tag or is in a monocle layout; also allow ``borderpx = 0`` \ No newline at end of file +* [vanitygaps](https://github.com/djpohly/dwl/compare/master...Bonicgamer:vanitygaps.patch): A slightly modified version of dwm's vanitygaps patch \ No newline at end of file