From ede15b6221e78fd2ccb1ea421b41ea1c84a95d24 Mon Sep 17 00:00:00 2001 From: Dmitry Zakharchenko <82608185+dm1tz@users.noreply.github.com> Date: Sat, 27 Aug 2022 17:39:32 +0300 Subject: [PATCH] Updated Patches (markdown) --- Patches.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Patches.md b/Patches.md index 1c84576..69869b0 100644 --- a/Patches.md +++ b/Patches.md @@ -55,6 +55,7 @@ Please ensure that the only changes in that branch are those needed for the patc * [restoreTiling](https://github.com/djpohly/dwl/compare/main...Stivvo:restoreTiling.patch): All floating windows become tiling when switching to a different layout (mod+t, mod+m...) * [right](https://github.com/djpohly/dwl/compare/main...dimkr:right.patch): Put newly connected monitors on the right, like X does. * [snail](https://github.com/djpohly/dwl/compare/main...dimkr:dwl:snail.patch): A spiral-inspired layout for wide screens +* [sticky](https://github.com/djpohly/dwl/compare/main...dm1tz:sticky.patch): Press `MODKEY+s` (default) to make a client 'sticky'. A sticky client is visible on all tags. This is similar to setting the client's tags to all 1's, but with the ability to easily return it to its original tag by toggling it off by pressing `MODKEY+s` again. * [shiftview](https://github.com/djpohly/dwl/compare/main...guidocella:shiftview.patch): Cycle through tags * [smartBorders](https://github.com/djpohly/dwl/compare/main...Sevz17: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. * \[out of date\] [swallow](https://github.com/djpohly/dwl/compare/main...Bonicgamer:swallowing.patch): Terminals swallow windows that they are the parent of (does not work with xwayland windows) | Updated: 9/2/2020