From 0b6102f07fe2466e4c34b6aa1de099e522d78388 Mon Sep 17 00:00:00 2001 From: Nikita Ivanov <51688199+NikitaIvanovV@users.noreply.github.com> Date: Sat, 20 May 2023 02:33:49 +0200 Subject: [PATCH] Updated genericgaps (markdown) --- genericgaps.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/genericgaps.md b/genericgaps.md index 06e65be..2334d6d 100644 --- a/genericgaps.md +++ b/genericgaps.md @@ -1,5 +1,5 @@ ### Description -This patch adds gaps around windows regardless of a layout. +This patch is a modified version of [vanitygaps][vanitygaps] that adds gaps around windows regardless of a layout. This means you can apply any layout patches and the gaps will be displayed there as well. This works by allowing a layout to place windows its way, @@ -8,6 +8,7 @@ To make it work, `resize()` function was modified. As a side effect, it also fixed some flickering I experienced when using [snail][snail] layout. [snail]: https://github.com/djpohly/dwl/wiki/snail +[vanitygaps]: https://github.com/djpohly/dwl/wiki/vanitygaps ### Download - [2023-05-20](https://github.com/djpohly/dwl/compare/main...NikitaIvanovV:genericgaps.patch)