From 9ff62d4850fea2f214e824a9d7d0877797d35755 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 6 Apr 2026 17:03:27 -0700 Subject: [PATCH] docs: note picom debug log cleanup --- dotfiles/agents/skills/disk-space-cleanup/SKILL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/agents/skills/disk-space-cleanup/SKILL.md b/dotfiles/agents/skills/disk-space-cleanup/SKILL.md index 68cbbba6..38109874 100644 --- a/dotfiles/agents/skills/disk-space-cleanup/SKILL.md +++ b/dotfiles/agents/skills/disk-space-cleanup/SKILL.md @@ -148,6 +148,7 @@ Machine-specific heavy hitters seen in practice: - `~/.cache/uv` can exceed 20G and is reclaimable with `uv cache clean`. - `~/.cache/spotify` can exceed 10G; treat as optional app-cache cleanup. +- `~/.local/share/picom/debug.log` can grow past 15G when verbose picom debugging is enabled or crashes leave a stale log behind; if `picom` is not running, deleting or truncating the log is a high-yield low-risk win. - `~/.local/share/Trash` can exceed several GB; empty only with user approval. ## Step 5: `/nix/store` Deep Dive