diff --git a/Patches.md b/Patches.md index d897028..460f121 100644 --- a/Patches.md +++ b/Patches.md @@ -58,13 +58,11 @@ Please ensure that the only changes in that branch are those needed for the patc * [customfloat](https://codeberg.org/dwl/dwl/wiki/customfloat) * [namedscratchpads](https://codeberg.org/dwl/dwl/wiki/namedscratchpads) * [stickyrule](https://codeberg.org/dwl/dwl/wiki/stickyrule) -* [swallow](https://codeberg.org/dwl/dwl/wiki/swallow) * [switchtotag](https://codeberg.org/dwl/dwl/wiki/switchtotag) * [regexrules](https://codeberg.org/dwl/dwl/wiki/regexrules) ### Input * [chainkeys](https://codeberg.org/dwl/dwl/wiki/chainkeys) -* [en-keycodes](https://codeberg.org/dwl/dwl/wiki/en-keycodes) * [kblayout](https://codeberg.org/dwl/dwl/wiki/kblayout) * [keychord](https://codeberg.org/dwl/dwl/wiki/keychord) * [lockedkeys](https://codeberg.org/dwl/dwl/wiki/lockedkeys) diff --git a/_Sidebar.md b/_Sidebar.md index f263e00..aa02b24 100644 --- a/_Sidebar.md +++ b/_Sidebar.md @@ -24,7 +24,6 @@ * [deck](https://codeberg.org/dwl/dwl/wiki/deck) * [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) * [fibonacci](https://codeberg.org/dwl/dwl/wiki/fibonacci) * [floatBorderColor](https://codeberg.org/dwl/dwl/wiki/floatBorderColor) * [focusmaster](https://codeberg.org/dwl/dwl/wiki/focusmaster) @@ -70,7 +69,6 @@ * [simplegaps](https://codeberg.org/dwl/dwl/wiki/simplegaps) * [sticky](https://codeberg.org/dwl/dwl/wiki/sticky) * [stickyrule](https://codeberg.org/dwl/dwl/wiki/stickyrule) -* [swallow](https://codeberg.org/dwl/dwl/wiki/swallow) * [swaycompat](https://codeberg.org/dwl/dwl/wiki/swaycompat) * [sway-pointer-constraints](https://codeberg.org/dwl/dwl/wiki/Sway-pointer-constraints) * [swapandfocusdir](https://codeberg.org/dwl/dwl/wiki/swapandfocusdir) diff --git a/en-keycodes.md b/en-keycodes.md deleted file mode 100644 index 9945409..0000000 --- a/en-keycodes.md +++ /dev/null @@ -1,10 +0,0 @@ -### Description -Always use the English keymap to get keycodes, so key bindings work even when using a non-English keyboard layout. - -### Download -- [2023-11-12](https://github.com/djpohly/dwl/compare/main...NikitaIvanovV:dwl:en-keycodes.patch) similar to the one below, but does not modify config.h -- [2022-07-22](https://codeberg.org/dimkr/dwl/commit/413f7aa7f075ed88402db277b952fa43d3fb853d.patch) - -### Authors -- [dimkr](https://codeberg.org/dimkr) () -- [Nikita Ivanov](https://github.com/NikitaIvanovV) \ No newline at end of file diff --git a/swallow.md b/swallow.md deleted file mode 100644 index e48a82a..0000000 --- a/swallow.md +++ /dev/null @@ -1,21 +0,0 @@ -### Description -Terminals swallow windows that they are the parent of. - -foot is the terminal by default, you can change it in client rules in config.h. - -2023-08-16 and up are made to also work with x windows: https://github.com/djpohly/dwl/issues/331 - -### Download -- [2023-10-26](https://github.com/djpohly/dwl/compare/main...youbitchoc:swallow.patch) -- [2023-08-16](https://github.com/djpohly/dwl/compare/main...mewkl:swallowx.patch) -- [2023-07-15](https://github.com/djpohly/dwl/compare/main...NikitaIvanovV:swallow.patch) -- [v0.4](https://github.com/djpohly/dwl/compare/main...dm1tz:04-swallow.patch) -- [2021-12-03](https://github.com/djpohly/dwl/compare/main...dm1tz:swallow.patch) - -### Authors -- [Dmitry Zakharchenko](https://github.com/dm1tz) -- [Palanix](https://github.com/PalanixYT) -- [Nikita Ivanov](https://github.com/NikitaIvanovV) -- [Connor Worrell](https://github.com/ConnorWorrell) -- [Mewkl](https://github.com/mewkl) -- [Choc](https://github.com/youbitchoc) \ No newline at end of file