diff options
| author | auric <104602845+ihateamongus@users.noreply.github.com> | 2025-09-07 17:07:48 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-07 17:07:48 -0500 |
| commit | 2eec1939699ed3fa9e6b3699c2899e0e94a9d978 (patch) | |
| tree | fcf771779ae1dedaab2433d5242118e84c68f02b /dwm/dwm.c | |
| parent | f6be8def5a45f5a376d38081832fa889696842fb (diff) | |
| parent | c683be2f77a688e3ed162f97820a5c07f9d90a78 (diff) | |
Merge branch 'master' into codex/analyze-oldresources-folder-for-performance-yvoz5b
Diffstat (limited to 'dwm/dwm.c')
| -rw-r--r-- | dwm/dwm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
