diff --git a/Patches.md b/Patches.md index 701e000..1a1c7da 100644 --- a/Patches.md +++ b/Patches.md @@ -25,7 +25,6 @@ Please ensure that the only changes in that branch are those needed for the patc * [fibonacci](https://codeberg.org/dwl/dwl/wiki/fibonacci) * [gaplessgrid](https://codeberg.org/dwl/dwl/wiki/gaplessgrid) * [gridmode](https://codeberg.org/dwl/dwl/wiki/gridmode) -* [snail](https://codeberg.org/dwl/dwl/wiki/snail) * [vertile](https://codeberg.org/dwl/dwl/wiki/vertile) ### Clients placement @@ -97,10 +96,8 @@ Please ensure that the only changes in that branch are those needed for the patc ### Monitor * [autorotation](https://codeberg.org/dwl/dwl/wiki/autorotation) -* [fallback](https://codeberg.org/dwl/dwl/wiki/fallback) * [focusMonPointer](https://codeberg.org/dwl/dwl/wiki/focusMonPointer) * [monitorconfig](https://codeberg.org/dwl/dwl/wiki/monitorconfig) -* [right](https://codeberg.org/dwl/dwl/wiki/right) ### Other * [alphafocus](https://codeberg.org/dwl/dwl/wiki/alphafocus) @@ -108,7 +105,6 @@ Please ensure that the only changes in that branch are those needed for the patc * [clipboardipc](https://codeberg.org/dwl/dwl/wiki/clipboardipc) * [clipboardManager](https://codeberg.org/dwl/dwl/wiki/clipboardManager) * [drmLeaseManager](https://codeberg.org/dwl/dwl/wiki/DRMLeaseManager) -* [env](https://codeberg.org/dwl/dwl/wiki/env) * [floatBorderColor](https://codeberg.org/dwl/dwl/wiki/floatBorderColor) * [hideBehindFullscreen](https://codeberg.org/dwl/dwl/wiki/hideBehindFullscreen) * [genericgaps](https://codeberg.org/dwl/dwl/wiki/genericgaps) diff --git a/_Sidebar.md b/_Sidebar.md index 5201c72..1bb6bcd 100644 --- a/_Sidebar.md +++ b/_Sidebar.md @@ -28,8 +28,6 @@ * [dragmfact](https://codeberg.org/dwl/dwl/wiki/dragmfact) * [drm-lease-manager](https://codeberg.org/dwl/dwl/wiki/DRMLeaseManager) * [en-keycodes](https://codeberg.org/dwl/dwl/wiki/en-keycodes) -* [env](https://codeberg.org/dwl/dwl/wiki/env) -* [fallback](https://codeberg.org/dwl/dwl/wiki/fallback) * [fibonacci](https://codeberg.org/dwl/dwl/wiki/fibonacci) * [floatBorderColor](https://codeberg.org/dwl/dwl/wiki/floatBorderColor) * [focusmaster](https://codeberg.org/dwl/dwl/wiki/focusmaster) @@ -73,13 +71,11 @@ * [regions](https://codeberg.org/dwl/dwl/wiki/regions) * [restartdwl](https://codeberg.org/dwl/dwl/wiki/restartdwl) * [restoretiling](https://codeberg.org/dwl/dwl/wiki/restoretiling) -* [right](https://codeberg.org/dwl/dwl/wiki/right) * [rotatetags](https://codeberg.org/dwl/dwl/wiki/rotatetags) * [shiftview](https://codeberg.org/dwl/dwl/wiki/shiftview) * [singletagset](https://codeberg.org/dwl/dwl/wiki/singletagset) * [simplegaps](https://codeberg.org/dwl/dwl/wiki/simplegaps) * [smartborders](https://codeberg.org/dwl/dwl/wiki/smartborders) -* [snail](https://codeberg.org/dwl/dwl/wiki/snail) * [sticky](https://codeberg.org/dwl/dwl/wiki/sticky) * [stickyrule](https://codeberg.org/dwl/dwl/wiki/stickyrule) * [swallow](https://codeberg.org/dwl/dwl/wiki/swallow) diff --git a/env.md b/env.md deleted file mode 100644 index dcf9fad..0000000 --- a/env.md +++ /dev/null @@ -1,8 +0,0 @@ -### Description -Input device configuration (click method, tap-and-drag, acceleration, etc'), border size and colors via environment variables. - -### Download -- [2022-07-24](https://codeberg.org/dimkr/dwl/commit/f51bfab9b90536518a8f2eb9ac9ecb082bcf270d.patch) - -### Authors -- [Dima Krasner](https://codeberg.org/dimkr) () \ No newline at end of file diff --git a/fallback.md b/fallback.md deleted file mode 100644 index 8586728..0000000 --- a/fallback.md +++ /dev/null @@ -1,8 +0,0 @@ -### Description -Tries a different display mode if the preferred mode doesn't work. - -### Download -- [2022-07-21](https://codeberg.org/dimkr/dwl/commit/5fbb468e37b9a1e25e0e32462a2ca58758c3f824.patch) - -### Authors -- [Dima Krasner](https://codeberg.org/dimkr) () \ No newline at end of file diff --git a/right.md b/right.md deleted file mode 100644 index 4d2df55..0000000 --- a/right.md +++ /dev/null @@ -1,8 +0,0 @@ -### Description -Put newly connected monitors on the right, like X does. - -### Download -- [2022-07-21](https://codeberg.org/dimkr/dwl/commit/ae70de3793109624ae7f8cdfebd214ef3e883f79.patch) - -### Authors -- [Dima Krasner](https://codeberg.org/dimkr) () \ No newline at end of file diff --git a/snail.md b/snail.md deleted file mode 100644 index 6fbce18..0000000 --- a/snail.md +++ /dev/null @@ -1,9 +0,0 @@ -### Description -Adds a spiral-inspired layout for wide screens. - -### Download -- [2023-07-15](https://codeberg.org/dimkr/dwl/commit/ad717ddd80ec86b2c1f87b88c673bd272332790a.patch) (backports the flickering fix from [genericgaps](https://github.com/djpohly/dwl/wiki/genericgaps) by [Nikita Ivanov](https://github.com/NikitaIvanovV)) -- [2022-07-19](https://github.com/djpohly/dwl/compare/main...dimkr:dwl:snail-old.patch) - -### Authors -- [Dima Krasner](https://codeberg.org/dimkr) () \ No newline at end of file