From 65eceb393310b65140fecbe31f6944934bf514ff Mon Sep 17 00:00:00 2001 From: Sevz <63424176+Sevz17@users.noreply.github.com> Date: Mon, 17 May 2021 23:41:11 -0500 Subject: [PATCH] Updated Patches (markdown) --- Patches.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Patches.md b/Patches.md index 851f7d7..2e300df 100644 --- a/Patches.md +++ b/Patches.md @@ -16,6 +16,7 @@ Please ensure that the only changes in that branch are those needed for the patc **Another note:** since dwl is still taking shape, patches may need to be updated after larger changes to the code. Feel free to contribute updated versions! +* [alpha](https://github.com/djpohly/dwl/compare/main...Sevz17:alpha.patch): Add default transparency for windows, it also adds alpha to the ruleset for override the transparency * [alwayscenter](https://github.com/djpohly/dwl/compare/main...guidocella:alwayscenter.patch): Center floating windows * [attachabove](https://github.com/djpohly/dwl/compare/main...sam-barr:attachabove.patch): Newly created windows are placed above the currently selected window in the stack * [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 @@ -24,9 +25,9 @@ Please ensure that the only changes in that branch are those needed for the patc * [focusMonPointer](https://github.com/djpohly/dwl/compare/main...Stivvo:focusMonPointer.patch): ``focusmon()`` moves the cursor to the focused monitor * [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 * [hide-behind-monocle](https://github.com/djpohly/dwl/compare/main...guidocella:hide-behind-monocle.patch): Hide windows below in the monocle layout -* [numlock/capslock](https://github.com/djpohly/dwl/compare/main...Sevz17:numlock/capslock.patch): Allows to activate numlock or capslock at startup * [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 * [movestack](https://github.com/djpohly/dwl/compare/main...sam-barr:movestack.patch): Allows you to move a window up and down the stack +* [numlock/capslock](https://github.com/djpohly/dwl/compare/main...Sevz17:numlock/capslock.patch): Allows to activate numlock or capslock at startup * [output-power-management](https://github.com/djpohly/dwl/compare/main...guidocella:output-power-management.patch): Implement the output-power-management protocol. I don't know what this is used by, but here it is in case you need it * [pertag](https://github.com/djpohly/dwl/compare/main...guidocella:pertag.patch): A very slightly modified version of dwm's pertag patch (updated version of https://github.com/djpohly/dwl/compare/main...Bonicgamer:pertag.patch) * [pointerConstraints](https://github.com/djpohly/dwl/compare/main...Bonicgamer:pointerconstraints0.patch): basic pointer constraints | Updated: 9/20/2020 Hotfix: 6:24PM