Updated Patches (markdown)

Dima Krasner 2022-07-24 18:07:19 +03:00
parent c1a894e634
commit eb6461fa13

@ -30,6 +30,8 @@ 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!
* [en-keycodes](https://github.com/djpohly/dwl/compare/main...dimkr:en-keycodes.patch): Makes key bindings work when using a non-English layout. EDIT CONFIG.H!
* [env](https://github.com/djpohly/dwl/compare/main...dimkr:env.patch): Input device configuration (click method, tap-and-drag, acceleration, etc'), border size and colors via environment variables.
* [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!
@ -38,7 +40,6 @@ Please ensure that the only changes in that branch are those needed for the patc
* [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/))
* [hide-behind-fullscreen](https://github.com/djpohly/dwl/compare/main...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). Previously called hideBehindBullscreen, remade from scratch in 12/24/2020
* [input](https://github.com/djpohly/dwl/compare/main...dimkr:input.patch): Input device configuration (click method, tap-and-drag, acceleration, etc') via environment variables.
* [keycodes](https://github.com/djpohly/dwl/compare/main...Sevz17:keycodes.patch): Use keycodes instead of keysyms. This way, input is independent from keyboard layout (you can use the keys.h file to customize, or get the keycodes with wev or xev)
* [makeDesktop](https://github.com/djpohly/dwl/compare/main...Stivvo:makeDesktop.patch): Support for ``make install`` and ``make uninstall``, which also installs a .desktop file to start dwl from a display manager
* [master-on-right](https://github.com/djpohly/dwl/compare/main...Sevz17:master-right.patch): Show the master area to the right