From 60efc0fc6d7d991d94da1fa42e0f5f70d3cb692c Mon Sep 17 00:00:00 2001 From: Aurel Weinhold Date: Tue, 5 Oct 2021 15:39:57 +0200 Subject: [PATCH] Updated Patches (markdown) --- Patches.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Patches.md b/Patches.md index 7a8a5a1..559d80f 100644 --- a/Patches.md +++ b/Patches.md @@ -19,6 +19,7 @@ Please ensure that the only changes in that branch are those needed for the patc * [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...ChausseBenjamin:alwayscenter.patch): Center floating windows (Updated from `guidocella`'s version to work on all monitors) * [attachabove](https://github.com/djpohly/dwl/compare/main...ss7m:attachabove.patch): Newly created windows are placed above the currently selected window in the stack +* [attachbottom](https://github.com/djpohly/dwl/compare/main...AurelWeinhold:attachbottom.patch): Newly created windows are placed at the bottom of the client tile 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 * [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/))