sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit ac6bcbd6d511f5e55f683e44dea2d0a84ca40234
parent b95bbedff036db060bae5c598d9e4ecdb97e2350
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Fri,  4 Oct 2024 11:25:53 +0200

remove (leftover?) file

from commit 84d43e9f294f78827389bf8206590aa65a359648

Diffstat:
Ddwm.suckless.org/patches/default | 35-----------------------------------
1 file changed, 0 insertions(+), 35 deletions(-)

diff --git a/dwm.suckless.org/patches/default b/dwm.suckless.org/patches/default @@ -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 <mail@macjanicki.eu> -* David Julien <swy7ch@protonmail.com> (20200504-b2e1dfc port) -* Klein Bottle <kleinbottle4@gmail.com> (dwm-fullgaps-toggle...) -* Luka Rapava <luka.rapava2004@gmail.com> (6.4 port)