From a0bc52658c3f4d840ffc6810fe31004a1a88e768 Mon Sep 17 00:00:00 2001 From: PalanixYT <51162745+PalanixYT@users.noreply.github.com> Date: Sat, 26 Mar 2022 14:28:16 +0100 Subject: [PATCH] Updated Patches (markdown) --- Patches.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Patches.md b/Patches.md index 4c133cf..eb4583c 100644 --- a/Patches.md +++ b/Patches.md @@ -29,6 +29,7 @@ Please ensure that the only changes in that branch are those needed for the patc * [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! * [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://.com/jdpohly/dwl/compare/main...PalanixYT:float_border_color.patch): Floating clients have their own border color. 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/))