sites

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

commit c3046c88ec86f0081a9956453a6b92e2861f429e
parent de1601e0d7cb4d02251ffda0b473c1040c43e710
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Thu, 12 Aug 2021 10:27:10 +0200

shift-tools: fix links to .c file

See also the checklinks.sh script in the repository to check for broken links.

Diffstat:
Mdwm.suckless.org/patches/shift-tools/index.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dwm.suckless.org/patches/shift-tools/index.md b/dwm.suckless.org/patches/shift-tools/index.md @@ -1,12 +1,12 @@ shift-tools -================ +=========== Description ----------- A group of functions that shift. Inspired by [shiftview](https://lists.suckless.org/dev/1104/7590.html) and [focusadjacenttag](../focusadjacenttag). There is also a -[version](shift-tools-scratchpads) compatible with the +[version](shift-tools-scratchpads.c) compatible with the [scratchpads](../scratchpads) patch with only needs you to include the file (#include "shift-tools-scratchpads.c") before the keys[] array.