From 544b80bebeaf9707eb970e04785481dccf912a4c Mon Sep 17 00:00:00 2001 From: Stivvo <48280463+Stivvo@users.noreply.github.com> Date: Sat, 24 Oct 2020 16:00:34 +0200 Subject: [PATCH] Updated Patches (markdown) --- Patches.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Patches.md b/Patches.md index 36c7941..e45fcca 100644 --- a/Patches.md +++ b/Patches.md @@ -14,7 +14,7 @@ Please ensure that the only changes in that branch are those needed for the patc * [alwayscenter](https://github.com/djpohly/dwl/compare/master...guidocella:alwayscenter.patch): Center floating windows * [customFloat](https://github.com/djpohly/dwl/compare/master...Stivvo:customFloat.patch): Rules for floating windows support default x, y, width, height. Defaults to the center of the screen and the client size -* [hideBehindFullscreen](https://github.com/djpohly/dwl/compare/master...Stivvo:hideBehindFullscreen.patch): Don't render any client and the bottom layer shell (such as waybar) if a window is fullscreen. Especially useful with transparent terminals (only the wallpaper is shown behind them). Requires [fullscreen](https://github.com/djpohly/dwl/compare/master...Stivvo:fullscreen.patch) and [layer-shell](https://github.com/djpohly/dwl/compare/master...guidocella:layer-shell.patch) +* [hideBehindFullscreen](https://github.com/djpohly/dwl/compare/master...Stivvo:hideBehindFullscreen.patch): Don't render any client and the bottom layer shell (such as waybar) if a window is fullscreen. Especially useful with transparent terminals (only the wallpaper is shown behind them). Requires [fullscreen](https://github.com/djpohly/dwl/compare/master...Stivvo:fullscreen.patch) and [layer-shell](https://github.com/djpohly/dwl/compare/master...guidocella:layer-shell.patch) | Updated: 9/24/2020 * [idle](https://github.com/guidocella/dwl/compare/layer-shell...guidocella:idle.patch): Implement the idle protocol which allows client such as swayidle to monitor user idle time (based on the layer shell pull request) * [outputManagement](https://github.com/guidocella/dwl/compare/layer-shell...guidocella:output-management.patch): Implement the output management protocol which allows client such as wlr-randr to configure the display (based on the layer shell pull request) * [pertag](https://github.com/djpohly/dwl/compare/master...Bonicgamer:pertag.patch): A very slightly modified version of dwm's pertag patch @@ -24,7 +24,7 @@ Please ensure that the only changes in that branch are those needed for the patc * [outputOrder](https://github.com/djpohly/dwl/compare/master...Stivvo:outputOrder.patch): The order in which monitors are defined in ``monrules[]`` aligns them on the horizontal axis (first is leftmost), requires [handleUnplug](https://github.com/djpohly/dwl/compare/master...Stivvo:outputOrder.patch), which hasn't been merged yet * [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 -* [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`` +* [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`` | Updated: 9/24/2020 * [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) | Updated: 9/2/2020 * [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 * [toggleKbLayout](https://github.com/djpohly/dwl/compare/master...Stivvo:toggleKbLayout.patch): Switch between multiple keyboard layouts at runtime