index.md - sites - public wiki contents of suckless.org
(HTM) git clone git://git.suckless.org/sites
(DIR) Log
(DIR) Files
(DIR) Refs
---
index.md (1527B)
---
1 functionalgaps
2 ==============
3
4 Description
5 -----------
6 Functionalgaps combines the beautifully simplistic gaps of [fullgaps](../fullgaps) with the non-gaps of [singularborders](../singularborders) and [noborder](../noborder). It is named functionalgaps because, since gaps are purely aesthetic, and therefore not useful whatsoever, this patch adds to their functionality by allowing them to easily be turned *off*.
7
8 This patch is also unique because of its out of the box integration with [pertag](../pertag), allowing gaps to be enabled/disabled and sized on a per-tag basis.
9
10 Gaps, by default, can be toggled with `[Alt]+[Shift]+[=]`, resized using `[Alt]+[+]` / `[Alt]+[-]`, and reset using `[Alt]+[Shift]+[-]` just like [fullgaps](../fullgaps).
11
12 The config variables `startwithgaps` and `gappx` are avaliable to change basic behavior.
13 The versions supporting pertag also have a feature to set these variables for individual tags.
14 * Example: setting 'startwithgaps[] = { 1, 0 }' will cause tag 1 to start with gaps, and tag 2 to start without; the set behaviors will loop over any unset tags.
15
16 Download
17 --------
18 * [dwm-functionalgaps-6.2.diff](dwm-functionalgaps-6.2.diff)
19 * [dwm-functionalgaps-pertagfunctionality-6.2.diff](dwm-functionalgaps-pertagfunctionality-6.2.diff) (this version comes with pertag support)
20 * [dwm-functionalgaps+pertag-6.2.diff](dwm-functionalgaps+pertag-6.2.diff) (this version comes with support for pertag, + the patch itself for simplicity's sake)
21
22 Author
23 ------
24 * Tim Keller <tjk@tjkeller.xyz>