diff --git a/Patches.md b/Patches.md index 2744842..65d9099 100644 --- a/Patches.md +++ b/Patches.md @@ -20,7 +20,7 @@ Please ensure that the only changes in that branch are those needed for the patc * [attachabove](https://github.com/djpohly/dwl/compare/main...sam-barr:attachabove.patch): Newly created windows are placed above the currently selected window in the stack * [customFloat](https://github.com/djpohly/dwl/compare/main...Stivvo:customFloat.patch): Rules for floating windows support default x, y, width, height. Defaults to the center of the screen and the client size * [center-terminal](https://github.com/djpohly/dwl/compare/main...guidocella:center-terminal.patch): Add a keybinding that toggles centering Alacritty horizontally when it's the only window, while still tiling multiple windows -* [hide-behind-fullscreen](https://github.com/djpohly/dwl/compare/main...Stivvo:hide-behind-fullscreen.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/main...Stivvo:fullscreen.patch) and [layer-shell](https://github.com/djpohly/dwl/compare/main...guidocella:layer-shell.patch). Previously called hideBehindBullscreen, remade from scratch in 12/24/2020 +* [hide-behind-fullscreen](https://github.com/djpohly/dwl/compare/main...Stivvo:hide-behind-fullscreen.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). Previously called hideBehindBullscreen, remade from scratch in 12/24/2020 * [hide-behind-monocle](https://github.com/djpohly/dwl/compare/main...guidocella:hide-behind-monocle.patch): Hide windows below in the monocle layout * [pertag](https://github.com/djpohly/dwl/compare/main...Bonicgamer:pertag.patch): A very slightly modified version of dwm's pertag patch * [pointerConstraints](https://github.com/djpohly/dwl/compare/main...Bonicgamer:pointerconstraints0.patch): basic pointer constraints | Updated: 9/20/2020 Hotfix: 6:24PM