aboutsummaryrefslogtreecommitdiffstats
path: root/desktop/README.md
AgeCommit message (Collapse)AuthorFilesLines
30 hoursfix(desktop): wire tile active state and clear connect errorsDanilo M.1-2/+3
30 hoursdocs: record the network and bluetooth trapsDanilo M.1-0/+3
The native backends start empty for about two seconds, device lists are ObjectModels, NMSettings is not in QML scope, and quickshell has no BlueZ agent. Each one cost a probe to learn; writing them down is cheaper than re-learning them.
30 hoursdocs(desktop): document the bluetooth moduleDanilo M.1-6/+8
30 hoursdocs(desktop): keep the network module docs self-consistentDanilo M.1-8/+7
30 hoursdocs(desktop): document the network moduleDanilo M.1-1/+4
31 hoursfix(desktop): honest alwaysActive docs and working Escape in confirmDanilo M.1-13/+17
31 hoursdocs: correct drawer exit behaviour and dead module commandsDanilo M.1-3/+4
The README claimed a click outside returns to the grid; it closes the drawer, and only Escape-with-a-page or the back arrow return to the grid. The three moved module READMEs' run and IPC commands still named the deleted volume-osd, mail-overview and vm-manager paths, so point them at qs -p desktop and ipc call drawer open sound|mail|vm.
31 hoursdocs: the desktop shell and what the merge changedDanilo M.1-0/+133
Five components become three, and the Theme symlink count with them. Two new notes: a pragma Singleton in a subdirectory resolves through a plain directory import with no qmldir, and Virsh.sampling gates only the stats poll, not the lifecycle stream that keeps the tile correct while the page is closed.