commit ac6bcbd6d511f5e55f683e44dea2d0a84ca40234 Author: Hiltjo Posthuma <hil...@codemadness.org> Date: Fri Oct 4 11:25:53 2024 +0200
remove (leftover?) file from commit 84d43e9f294f78827389bf8206590aa65a359648 diff --git a/dwm.suckless.org/patches/default b/dwm.suckless.org/patches/default deleted file mode 100644 index 676376ed..00000000 --- a/dwm.suckless.org/patches/default +++ /dev/null @@ -1,35 +0,0 @@ -fullgaps -======== - -Description ------------ -This patch adds gaps between client windows. It is similar to [gaps](../gaps/), -but contains additional functionality: -* it also adds outer gaps (between the clients and the screen frame), as well - as a gap between the master and stack area, -* it adds keybindings to change the gap size at runtime: [Alt]+[-]/[Alt]+[=] to - decrease/increase the gap size and [Alt]+[Shift]+[=] to set it to zero. - -The configuration variable `gappx` contains the default gap size. - -Download --------- -* [dwm-fullgaps-6.4.diff](dwm-fullgaps-6.4.diff) -* [dwm-fullgaps-6.2.diff](dwm-fullgaps-6.2.diff) -* [dwm-fullgaps-20200508-7b77734.diff](dwm-fullgaps-20200508-7b77734.diff) - -The following patch allows for gaps to be toggled, and also uses a `Gap` struct -to contain the gap information, in anticipation of this being used with -[pertag](../pertag/). (To use this, apply the patch *instead* of the default -fullgaps patch.) - -[Alt]+[Shift]+[=] to toggle. [Alt]+[Shift]+[-] to reset to `config.h` defaults. - -* [dwm-fullgaps-toggle-20200830.diff](dwm-fullgaps-toggle-20200830.diff) - -Author ------- -* Maciej Janicki <m...@macjanicki.eu> -* David Julien <swy...@protonmail.com> (20200504-b2e1dfc port) -* Klein Bottle <kleinbott...@gmail.com> (dwm-fullgaps-toggle...) -* Luka Rapava <luka.rapava2...@gmail.com> (6.4 port)