Updated Patches (markdown)

Dima Krasner 2022-04-26 11:10:20 +03:00
parent a98cc5c86a
commit 1409b05925

@ -28,6 +28,7 @@ Please ensure that the only changes in that branch are those needed for the patc
* [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
* [cyclelayouts](https://github.com/djpohly/dwl/compare/main...vnepogodin:cyclelayouts.patch): Cycles through all available layouts ([original dwm patch](https://dwm.suckless.org/patches/cyclelayouts/))
* [dragmfact](https://github.com/djpohly/dwl/compare/main...PalanixYT:dragmfact.patch): Change mfact by dragging the mouse. EDIT CONFIG.H!
* [fallback](https://github.com/djpohly/dwl/compare/main...dimkr:fallback.patch): Tries a different display mode if the preferred mode doesn't work (swaywm/sway@4cdc4ac).
* [fibonacci](https://github.com/djpohly/dwl/compare/main...917Wolf:fib.patch): Arranges windows in a Fibonacci spiral or dwindle ([original dwm patch](https://dwm.suckless.org/patches/fibonacci/)) Thanks to [Niki Yoshiuchi](mailto:nyoshiuchi@gmail.com) and my roommate.
* [FloatBorderColor](https://github.com/djpohly/dwl/compare/main...PalanixYT:float_border_color.patch): Floating clients have their own border color. EDIT CONFIG.H!
* [FocusMaster](https://github.com/djpohly/dwl/compare/main...PalanixYT:focusmaster): Focus the master regardless of the current focus. EDIT CONFIG.H!