summaryrefslogtreecommitdiff
path: root/dwm/dwm.c
diff options
context:
space:
mode:
authorauric <104602845+ihateamongus@users.noreply.github.com>2025-09-07 17:07:48 -0500
committerGitHub <noreply@github.com>2025-09-07 17:07:48 -0500
commit2eec1939699ed3fa9e6b3699c2899e0e94a9d978 (patch)
treefcf771779ae1dedaab2433d5242118e84c68f02b /dwm/dwm.c
parentf6be8def5a45f5a376d38081832fa889696842fb (diff)
parentc683be2f77a688e3ed162f97820a5c07f9d90a78 (diff)
Merge branch 'master' into codex/analyze-oldresources-folder-for-performance-yvoz5b
Diffstat (limited to 'dwm/dwm.c')
-rw-r--r--dwm/dwm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwm/dwm.c b/dwm/dwm.c
index 629e3b2..633e9d6 100644
--- a/dwm/dwm.c
+++ b/dwm/dwm.c
@@ -754,7 +754,7 @@ dirtomon(int dir)
void
drawbar(Monitor *m)
{
- int x, w, tw = 0;
+ int x, w, tw = 0;
int boxs = drw->fonts->h / 9;
int boxw = drw->fonts->h / 6 + 2;
unsigned int i, occ = 0, urg = 0;