From 0d80ab272fd39007413bc65f503efddeffa65bc5 Mon Sep 17 00:00:00 2001 From: Bernardo Magri Date: Sat, 4 Jul 2026 18:40:34 +0100 Subject: [PATCH] =?UTF-8?q?docs(agent):=20sweep=20#2=20late=20confirms=20?= =?UTF-8?q?=E2=80=94=20auto-timezone=20PASS,=20item=2026=20is=20bind-only?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- agent/BACKLOG.md | 6 ++++-- agent/HARDWARE-QUEUE.md | 7 ++++--- agent/JOURNAL.md | 9 +++++---- 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/agent/BACKLOG.md b/agent/BACKLOG.md index 01b5eb4..5ed5437 100644 --- a/agent/BACKLOG.md +++ b/agent/BACKLOG.md @@ -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 diff --git a/agent/HARDWARE-QUEUE.md b/agent/HARDWARE-QUEUE.md index 1b95a90..da3e68e 100644 --- a/agent/HARDWARE-QUEUE.md +++ b/agent/HARDWARE-QUEUE.md @@ -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 diff --git a/agent/JOURNAL.md b/agent/JOURNAL.md index c7d4422..68f4459 100644 --- a/agent/JOURNAL.md +++ b/agent/JOURNAL.md @@ -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)