sites

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

commit 06b78812b081c76060994a36e2d23281bf33da1a
parent 45daa30f2770df470b6e5d2e505198e8f852e136
Author: iressa <ian@eonndev.com>
Date:   Thu, 11 Jun 2020 13:55:20 -0400

[dwm] [staticstatus] Fixed dumb markdown typo, updated email, added config.def.h entry in diff.

Diffstat:
Mdwm.suckless.org/patches/staticstatus/dwm-staticstatus-6.2.diff | 14++++++++++++++
Mdwm.suckless.org/patches/staticstatus/index.md | 4++--
2 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/dwm.suckless.org/patches/staticstatus/dwm-staticstatus-6.2.diff b/dwm.suckless.org/patches/staticstatus/dwm-staticstatus-6.2.diff @@ -1,3 +1,17 @@ +diff --git a/config.def.h b/config.def.h +index 1c0b587..ea010c3 100644 +--- a/config.def.h ++++ b/config.def.h +@@ -18,6 +18,9 @@ static const char *colors[][3] = { + [SchemeSel] = { col_gray4, col_cyan, col_cyan }, + }; + ++/* staticstatus */ ++static const int statmonval = 0; ++ + /* tagging */ + static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" }; + diff --git a/dwm.c b/dwm.c index 9fd0286..d6eb701 100644 --- a/dwm.c diff --git a/dwm.suckless.org/patches/staticstatus/index.md b/dwm.suckless.org/patches/staticstatus/index.md @@ -1,5 +1,5 @@ staticstatus -===== +============ Description ----------- @@ -16,4 +16,4 @@ Download Author ------ -* Ian Ressa <ianprb@posteo.us> +* Ian Ressa <ian@eonndev.com>