Introduction
Introduction Statistics Contact Development Disclaimer Help
[dwm][patch] statusallmons - fix typo in 6.5 patch - sites - public wiki conten…
git clone git://git.suckless.org/sites
Log
Files
Refs
---
commit fcd2714df9a2c0786f24688dd61b5dcf3f5768d8
parent d166954782572f6ca3c36136c31b9e9e6e5efb2e
Author: Bang Lee <[email protected]>
Date: Sun, 8 Jun 2025 12:10:09 -0700
[dwm][patch] statusallmons - fix typo in 6.5 patch
Diffstat:
M dwm.suckless.org/patches/statusall… | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/dwm.suckless.org/patches/statusallmons/dwm-statusallmons-6.5.diff …
@@ -29,7 +29,7 @@ index 2829160..725e68b 100644
strcpy(stext, "dwm-"VERSION);
- drawbar(selmon);
+ for(m = mons; m; m = m->next)
-+ drawbar(selmon);
++ drawbar(m);
}
void
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.