Updated Patches (markdown)

Faerryn 2022-05-28 12:36:19 -04:00
parent 2042b05bb8
commit 08bfea61d5

@ -25,7 +25,7 @@ Please ensure that the only changes in that branch are those needed for the patc
* [bottomstack](https://github.com/djpohly/dwl/compare/main...DanielMowitz:bottomstack.patch): A modification of the [bottomstack patch](https://dwm.suckless.org/patches/bottomstack/) for dwm so it works for dwl * [bottomstack](https://github.com/djpohly/dwl/compare/main...DanielMowitz:bottomstack.patch): A modification of the [bottomstack patch](https://dwm.suckless.org/patches/bottomstack/) for dwm so it works for dwl
* [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 * [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
* [cursortheme](https://github.com/djpohly/dwl/compare/main...egorguslyan:cursortheme.patch): Add ability to change cursor's theme and size * [cursortheme](https://github.com/djpohly/dwl/compare/main...egorguslyan:cursortheme.patch): Add ability to change cursor's theme and size
* [cursor warp](https://github.com/djpohly/dwl/compare/main...faerryn:cursor_warp.patch): When focus is changed, warp the cursor the the center of the new focused client (if it wasn't already within the client's geometry). * [cursor warp](https://github.com/djpohly/dwl/compare/main...faerryn:cursor_warp.patch): When focus is changed, warp the cursor the the center of the new focused client (if it wasn't already within the client's geometry). EDIT CONFIG.H!
* [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 * [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/)) * [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! * [dragmfact](https://github.com/djpohly/dwl/compare/main...PalanixYT:dragmfact.patch): Change mfact by dragging the mouse. EDIT CONFIG.H!