Updated Patches (markdown)

sam-barr 2021-01-16 13:59:27 -05:00
parent d155889a19
commit bb41a592de

@ -13,7 +13,6 @@ Please ensure that the only changes in that branch are those needed for the patc
<!-- please keep the patch list in alphabetical order by name, thanks! -->
* [alwayscenter](https://github.com/djpohly/dwl/compare/master...guidocella:alwayscenter.patch): Center floating windows
* [attachabove](https://github.com/djpohly/dwl/compare/master...sam-barr:attachabove.patch): New windows are placed above the currently selected window in the stack.
* [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
* [center-terminal](https://github.com/djpohly/dwl/compare/master...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/master...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/master...Stivvo:fullscreen.patch) and [layer-shell](https://github.com/djpohly/dwl/compare/master...guidocella:layer-shell.patch). Previously called hideBehindBullscreen, remade from scratch in 12/24/2020