Files
dotfiles/.claude/tasks/0027-cliphist-clipboard-history.md
alexion f552269cb3 docs: plan the hyprland desktop epic (spec, ADR, tasks)
Add the hyprland-desktop spec, ADR 0003 recording the compositor choice
over Sway/KDE/niri, and the task breakdown (0021-0030) that decomposes
the desktop into granular grouped modules. Record the corrected host GPU
facts (zeus is AMD, raichu the sole Nvidia machine) in CLAUDE.md.
2026-07-22 08:03:01 -04:00

629 B

spec, blocked-by
spec blocked-by
hyprland-desktop 0024-rofi-launcher

What to build

Clipboard history picked entirely by keyboard.

Add a cliphist module (with wl-clipboard) to the desktop group, enabled through the aggregator, storing both text and image history and picked through rofi. Bind the picker on Super+Shift+V.

Acceptance criteria

  • A cliphist module (with wl-clipboard) exists in the desktop group and is enabled by the aggregator.
  • Text and image copies are recorded to history.
  • The history is picked through rofi and bound on Super+Shift+V.
  • neogaia builds green under nix flake check.