aboutsummaryrefslogtreecommitdiff
path: root/todo.org
diff options
context:
space:
mode:
Diffstat (limited to 'todo.org')
-rw-r--r--todo.org32
1 files changed, 32 insertions, 0 deletions
diff --git a/todo.org b/todo.org
index 196b882..b4c2909 100644
--- a/todo.org
+++ b/todo.org
@@ -753,6 +753,27 @@ Expected: near-black frame (#151311), dark toolbar/omnibox (#252321), gold links
*** 2026-06-10 Wed @ 17:46:34 -0500 velox post-trim reboot verified; realtek firmware restored
Craig rebooted velox (passphrase at console); checks ran over SSH after boot. Wifi connected, TLP active, graphics fine. One dmesg hit: r8152 failed to load rtl_nic/rtl8156b-2.fw — the Framework Ethernet expansion card (RTL8156B) is Realtek, so the trim list wrongly dropped linux-firmware-realtek (a Realtek laptop camera is on USB too). Reinstalled the package on velox (its hook rebuilt the initramfs) and removed realtek from archsetup's trim list. The driver worked even without the blob (internal-defaults fallback), so this was correctness, not breakage.
+*** Super+F dirvish popup: launch, float, dismiss-on-focus-loss, q
+What we're verifying: the physical keychord opens a floating Dirvish popup; opening any file launches it independently (never inside the popup frame) and the popup auto-dismisses when focus leaves; navigating dirs keeps it; q is the manual close. The Wayland focus event that drives the auto-dismiss can't be driven headlessly — only a real keypress + real app launch confirms it.
+- Press Super+F
+- Expected: a Dirvish frame opens floating and centered, rooted at ~/ (home)
+- Navigate into a directory with RET (or right-arrow)
+- Expected: the popup stays open and shows that directory (browsing keeps it up)
+- Open a video with RET (or o)
+- Expected: the video opens in its player and the popup vanishes on its own — no q needed, nothing left in the way, and q never lands on the video
+- Press Super+F again, open a PDF or image with RET
+- Expected: it opens in zathura / feh (externally), NOT inside the popup frame; popup dismisses
+- Press Super+F again, open a .txt or .org file with RET
+- Expected: it opens in a NEW emacsclient frame (separate from your working session), not adopted into your current session; popup dismisses
+- Press Super+F, then click another window without opening anything
+- Expected: the popup dismisses on focus loss
+- Press Super+F, then press q
+- Expected: the popup closes completely (manual dismiss still works; no empty leftover frame)
+- Press Super+F, then press Super+F again while it's still open
+- Expected: still exactly one popup — the second press focuses the existing one, no second frame, no stray buffer (for several independent file managers, use C-x d)
+- Press Super+Shift+F
+- Expected: GUI nautilus opens (the binding nautilus moved to)
+
** TODO [#B] Enlarge org-capture popup to scratchpad size :hyprland:
From a .emacs.d inbox handoff (2026-06-15, captured via roam): the quick-capture / org-protocol popup is too small to be effective — it should be about the size of a terminal scratchpad.
@@ -770,6 +791,17 @@ Options to weigh: (a) a safe-on-both compromise like width 120-130 / height 24;
:END:
From the roam inbox: the Waybar Wi-Fi module should distinguish "connected to an access point" from "connected and has internet." Add a no-internet state or indicator to the archsetup Waybar configuration. Not marked quick/solo because it needs the archsetup environment and live network-state verification.
+A 2026-06-22 roam capture expands the scope past a passive indicator: the wifi module should also bounce the network, run basic diagnostics, and optionally run a speed test with results — surfaced through modifier clicks (ctrl/super/meta) on the module. The no-internet state is the indicator; this adds active remediation off the same component.
+
+** TODO [#C] Waybar emacs-service status + control :feature:waybar:
+From the roam inbox (2026-06-22): with Emacs integrated into the system as file manager and instant note-taker, make bouncing it trivial. A waybar component showing the emacs service status, with detail on hover, that turns the server on / off / bounce via right-click. Pairs with running the Emacs daemon as a managed systemd user service.
+
+** TODO [#C] Collapse waybar sysmonitor to a single icon + hover :feature:waybar:
+From the roam inbox (2026-06-22): replace the spread-out sysmonitor readouts (temp, cpu, mem, storage) with one visible icon showing a single chosen metric, the rest in the hover tooltip. Open question: fold it into the battery component instead of a standalone module. Implementation lives in the waybar config under ~/.dotfiles.
+
+** TODO [#C] Proton Mail Bridge font size :chore:
+From the roam inbox (2026-06-22): adjust the Proton Mail Bridge UI font to a comfortable size. The bridge is a Qt app, so it likely keys off Qt scaling or the qt5ct/qt6ct config like the other Qt apps (QT_SCALE_FACTOR or a font setting).
+
* Archsetup Resolved
** DONE [#B] Full install logs should contain timestamps