From 05cb7a8c31a4f1934561c99d1dac600858014286 Mon Sep 17 00:00:00 2001 From: Dmitry Zakharchenko <82608185+dm1tz@users.noreply.github.com> Date: Sat, 27 Aug 2022 18:40:55 +0300 Subject: [PATCH] Updated Patches (markdown) --- Patches.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Patches.md b/Patches.md index 58c549c..c3f6606 100644 --- a/Patches.md +++ b/Patches.md @@ -40,6 +40,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 +* [iscentered](https://github.com/djpohly/dwl/compare/main...dm1tz:iscenter.patch): Slightly modified version of [alwayscenter](https://github.com/djpohly/dwl/compare/main...guidocella:alwayscenter.patch) patch that adds `iscentered` rule. * [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