diff --git a/Patches.md b/Patches.md index c6c1a92..f108762 100644 --- a/Patches.md +++ b/Patches.md @@ -35,6 +35,7 @@ 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 @@ -47,6 +48,7 @@ Please ensure that the only changes in that branch are those needed for the patc * [privilegeDrop](https://github.com/djpohly/dwl/compare/main...DanielMowitz:privilege-drop.patch): Adds the -u option that allows users to pass a desired uid to drop to after becoming DRM master * [push](https://github.com/djpohly/dwl/compare/wlroots-next...djpohly:push.patch): Adds functions `pushup` and `pushdown` to move windows within the tiling order ([original dwm patch](https://dwm.suckless.org/patches/push/)) * [restoreTiling](https://github.com/djpohly/dwl/compare/main...Stivvo:restoreTiling.patch): All floating windows become tiling when switching to a different layout (mod+t, mod+m...) +* [right](https://github.com/djpohly/dwl/compare/main...dimkr:right.patch): Put newly connected monitors on the right, like X does. * [shiftview](https://github.com/djpohly/dwl/compare/main...guidocella:shiftview.patch): Cycle through tags * [smartBorders](https://github.com/djpohly/dwl/compare/main...Sevz17:smartborders.patch): The borders of a window aren't drawn when is the only tiling window in its tag or is in a monocle layout. * \[out of date\] [swallow](https://github.com/djpohly/dwl/compare/main...Bonicgamer:swallowing.patch): Terminals swallow windows that they are the parent of (does not work with xwayland windows) | Updated: 9/2/2020