docs(agent): sweep #2 late confirms — auto-timezone PASS, item 26 is bind-only
All checks were successful
Check / eval (push) Successful in 2m58s

timedatectl shows Europe/London → auto-timezone checked off (manual
set-timezone re-trigger not exercised). `nomarchy-menu keybinds` opens
fine from a terminal, so item 26 is confirmed to be only the
`$mod, question` bind, not the menu.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Bernardo Magri
2026-07-04 18:40:34 +01:00
parent 397dd5991a
commit 0d80ab272f
3 changed files with 13 additions and 9 deletions

View File

@@ -34,8 +34,10 @@ only (the "question already implies Shift" comment doesn't hold on
real input; headless V1/V2 never pressed the key). Fix: `$mod SHIFT,
question` (user-facing label stays SUPER+?); while there, audit the
bind list for other shifted keysyms (none today — letters carry
explicit SHIFT mods). **Verify:** V1 (rendered bind string in the HM
generation); V3 retest on the Latitude.
explicit SHIFT mods). Confirmed bind-only: `nomarchy-menu keybinds`
from a terminal opens the cheatsheet fine (Latitude, 2026-07-04).
**Verify:** V1 (rendered bind string in the HM generation); V3 retest
on the Latitude.
### 25. swaync text unreadable on summer-day (light-theme contrast)
Reported: on summer-day, notification/control-centre text is invisible

View File

@@ -20,11 +20,12 @@ QA machine), the **T14s** (webcam case).
reboot (ExecCondition); stopping hyprsunset restores gamma.
— 2026-07-04 Bernardo: PASS enable/disable on hardware
(off-survives-reboot + gamma-restore not explicitly checked).
- [ ] **Auto-timezone** — enable from the menu; confirm geoclue finds the
- [x] **Auto-timezone** — enable from the menu; confirm geoclue finds the
zone, `/etc/localtime` updates, and the Waybar clock refreshes
(SIGUSR2 watcher) — also after a manual `timedatectl set-timezone`.
— 2026-07-04 Bernardo: enabled cleanly; zone correctness still
unconfirmed — check the Time zone row of `timedatectl`.
— 2026-07-04 Bernardo: PASS — enabled from the menu, `timedatectl`
shows Europe/London (the manual set-timezone re-trigger wasn't
exercised).
- [ ] **Keyboard layout cycle bind** — with a comma layout (e.g.
`nomarchy.keyboard.layout = "us,de"`), SUPER+SHIFT+K cycles the
focused keyboard's layout, the Waybar `󰌌` indicator follows, and

View File

@@ -25,11 +25,12 @@ Template:
queued); `sys-rebuild`; night-light enable/disable; auto-commit
(theme commits + the toggle self-commit); hibernate single-unlock +
suspend-still-locks (1b0eeea CONFIRMED).
- **Partial:** auto-timezone enabled cleanly; zone correctness
unconfirmed (`timedatectl` check pending).
- **PASS (late confirm):** auto-timezone — `timedatectl` shows
Europe/London.
- **Bug:** SUPER+? never fires — `$mod, question` misses because a real
? carries SHIFT in the modmask → BACKLOG 26. SUPER+SHIFT+K no-op was
the comma-layout gate working (none configured) — retest queued.
? carries SHIFT in the modmask → BACKLOG 26 (bind-only: the menu
itself opens fine from a terminal). SUPER+SHIFT+K no-op was the
comma-layout gate working (none configured) — retest queued.
- **Next suggestion:** item 25 (swaync contrast) or 26 (cheatsheet bind).
## 2026-07-04 — Waybar resilience + sys-rebuild (iteration #7, items 21+23)