max / alloy
- Co-Authored-By
- Claude Opus 5 (1M context) <noreply@anthropic.com>
1 file changed,
+9 insertions,
-0 deletions
| @@ -382,6 +382,15 @@ | |||
| 382 | 382 | # ~/Documents, ~/Downloads or ~/Pictures, which is what the GTK | |
| 383 | 383 | # file-chooser portal and yazi both open into. | |
| 384 | 384 | xdg-user-dirs \ | |
| 385 | + | # jq. Already present, and that is exactly the problem: it comes from | |
| 386 | + | # fedora-bootc rather than from any line here, and the sway config's | |
| 387 | + | # Ctrl+Print binding (active-window screenshot) pipes swaymsg through it. | |
| 388 | + | # The config's own comment records the binding being enabled *because* | |
| 389 | + | # "jq is in the fedora-bootc base already" — a decision resting on an | |
| 390 | + | # observation of someone else's package set, which can change without | |
| 391 | + | # warning and would take the binding with it silently. Declaring it costs | |
| 392 | + | # nothing and turns an inherited assumption into a stated dependency. | |
| 393 | + | jq \ | |
| 385 | 394 | && dnf clean all | |
| 386 | 395 | ||
| 387 | 396 | # distrobox is pinned. v2 is a Go rewrite, at rc.3 as of 2026-06-29, and |