From 30b732b0d6319294b8dcb9c3ab936349a5c0bb8e Mon Sep 17 00:00:00 2001 From: Dhruva Sambrani <44899822+DhruvaSambrani@users.noreply.github.com> Date: Mon, 8 Jan 2024 16:21:14 +0100 Subject: [PATCH] revive gaplessgrid --- gaplessgrid.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 gaplessgrid.md diff --git a/gaplessgrid.md b/gaplessgrid.md new file mode 100644 index 0000000..cb1a801 --- /dev/null +++ b/gaplessgrid.md @@ -0,0 +1,15 @@ +### Description +Arranges windows in a grid. Except it adjusts the number of windows in the first few columns to avoid empty cells. + +### Download +- [2024-08-01](https://codeberg.org/dwl/dwl-patches/raw/branch/main/gaplessgrid/gaplessgrid.patch) +- [git branch](https://codeberg.org/dhruva_sambrani/dwl/src/branch/gaplessgrid) + +## Pre-codeberg +- [2023-11-14](https://github.com/djpohly/dwl/compare/main...Sneethe:gaplessgrid.patch) +- [2021-07-27](https://github.com/djpohly/dwl/compare/main...vnepogodin:gaplessgrid.patch) + +### Authors +- [Sneethe](https://github.com/Sneethe/) +- [Vladislav Nepogodin](https://github.com/vnepogodin) +- [Dhruva Sambrani](https://codeberg.org/dhruva_sambrani/) (Revived to codeberg)