sites

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

commit 7cf41c5ce110a2773499909af0519802a92def1d
parent 82fa81e90b07e9cc0f92cd5be12b2df132f9b623
Author: explosion-mental <explosion0mental@gmail.com>
Date:   Thu, 16 Jun 2022 22:06:57 -0500

[dwm][patches] update mirror patches links and some little formatting

Diffstat:
Mdwm.suckless.org/patches/integrated-status-text/index.md | 23+++++++++++------------
Mdwm.suckless.org/patches/shift-tools/index.md | 6+++---
Mdwm.suckless.org/patches/tag-previews/index.md | 6+++---
Mdwm.suckless.org/patches/truecenteredtitle/index.md | 2+-
4 files changed, 18 insertions(+), 19 deletions(-)

diff --git a/dwm.suckless.org/patches/integrated-status-text/index.md b/dwm.suckless.org/patches/integrated-status-text/index.md @@ -3,15 +3,14 @@ integrated status text Description ----------- -Allows dwm to handle the text by itself. You can - think of it like a dwmblocks integration into dwm itself. This is extracted - from my dwm build[0] in which you can find even more information. +Allows dwm to handle the text by itself. You can think of it like a dwmblocks +integration into dwm itself. This is extracted from demwm, dwm fork[0], in +which you can find even more information. Example: -``` -/* fg command interval signal */ -{ "#000000", "echo 'dwm block!", 10, 3}, -``` + + /* fg command interval signal */ + { "#000000", "echo 'dwm block!", 10, 3}, - fg: the foreground color of the individual block, for the background it uses the bg of SchemeStatus. You can swap behaviour uncommenting a comment in @@ -35,14 +34,14 @@ Last thing, mouse actions. For this you need to handle the env variable `$BLOCK_BUTTON` in a script, this is so you can easily reuse the scripts used in dwmblocks. And remember that mouse actions update the block. -[0] https://github.com/explosion-mental/Dwm or -https://codeberg.org/explosion-mental/Dwm +[0] https://github.com/explosion-mental/demwm or +https://codeberg.org/explosion-mental/demwm Download -------- * [dwm-integrated-status-text-6.3.diff](dwm-integrated-status-text-6.3.diff) -* [codeberg mirror](https://codeberg.org/explosion-mental/Dwm/src/branch/main/Patches/dwm-integrated-status-text-6.3.diff) +* [codeberg mirror](https://codeberg.org/explosion-mental/demwm/src/branch/patches/dwm-integrated-status-text-6.3.diff) -Authors -------- +Author +------ * explosion-mental - <explosion0mental@gmail.com> diff --git a/dwm.suckless.org/patches/shift-tools/index.md b/dwm.suckless.org/patches/shift-tools/index.md @@ -35,10 +35,10 @@ or 9 to 1. Also remember that the default argument is 1/-1 and you can change i Download -------- * [dwm-shif-tools-6.2.diff](dwm-shif-tools-6.2.diff) -* [codeberg mirror](https://codeberg.org/explosion-mental/Dwm/src/branch/main/Patches/dwm-shif-tools-6.2.diff) +* [codeberg mirror](https://codeberg.org/explosion-mental/demwm/src/branch/patches/dwm-shif-tools-6.2.diff) * [shift-tools.c](shift-tools.c) * [shift-tools-scratchpads.c](shift-tools-scratchpads.c) -Authors -------- +Author +------ * explosion-mental - <explosion0mental@gmail.com> diff --git a/dwm.suckless.org/patches/tag-previews/index.md b/dwm.suckless.org/patches/tag-previews/index.md @@ -17,8 +17,8 @@ siduck76 [chadwm](https://github.com/siduck76/chadwm) Download -------- * [dwm-tag-preview-6.2.diff](dwm-tag-preview-6.2.diff) -* [codeberg mirror](https://codeberg.org/explosion-mental/Dwm/src/branch/main/Patches/dwm-tag-preview-6.2.diff) +* [codeberg mirror](https://codeberg.org/explosion-mental/demwm/src/branch/patches/dwm-tag-preview-6.2.diff) -Authors -------- +Author +------ * explosion-mental - <explosion0mental@gmail.com> diff --git a/dwm.suckless.org/patches/truecenteredtitle/index.md b/dwm.suckless.org/patches/truecenteredtitle/index.md @@ -14,7 +14,7 @@ will back up to the default behaviour, which is to truncate the title. Download -------- * [dwm-truecenteredtitle-6.3.diff](dwm-truecenteredtitle-6.3.diff) -* [codeberg mirror](https://codeberg.org/explosion-mental/Dwm/src/branch/main/Patches/dwm-truecenteredtitle-6.3.diff) +* [codeberg mirror](https://codeberg.org/explosion-mental/demwm/src/branch/patches/dwm-truecenteredtitle-6.3.diff) Author ------