Updated Patches (markdown)

PalanixYT 2022-07-25 16:56:02 +02:00
parent eb6461fa13
commit e56a3a7c47

@ -35,7 +35,7 @@ Please ensure that the only changes in that branch are those needed for the patc
* [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!
* [FocusMaster](https://github.com/djpohly/dwl/compare/main...PalanixYT:focusmaster.patch): Focus the master regardless of the current focus. EDIT CONFIG.H!
* [focusMonPointer](https://github.com/djpohly/dwl/compare/main...Stivvo:focusMonPointer.patch): ``focusmon()`` moves the cursor to the focused monitor
* [gaplessgrid](https://github.com/djpohly/dwl/compare/main...vnepogodin:gaplessgrid.patch): Arranges windows in a grid. Except it adjusts the number of windows in the first few columns to avoid empty cells. ([original dwm patch](https://dwm.suckless.org/patches/gaplessgrid/))
* [gridmode](https://github.com/djpohly/dwl/compare/main...vnepogodin:gridmode.patch): Arranges windows in a grid of equal sizes ([original dwm patch](https://dwm.suckless.org/patches/gridmode/))