From eb6461fa1358e6185653510a744ec8dbe0fa6c7d Mon Sep 17 00:00:00 2001 From: Dima Krasner Date: Sun, 24 Jul 2022 18:07:19 +0300 Subject: [PATCH] Updated Patches (markdown) --- Patches.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Patches.md b/Patches.md index 0461ac3..0192545 100644 --- a/Patches.md +++ b/Patches.md @@ -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