diff options
| author | Danilo M. <danix@danix.xyz> | 2026-09-14 12:38:36 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-09-14 12:38:36 +0200 |
| commit | 901e7d83f8af3defe2c602daad98fd3c67e1dd7c (patch) | |
| tree | 75d64e7c30ce018ca8237eba4535877f0162d50b /desktop/README.md | |
| parent | 54f028ed563daed9b49bf1fabee9d47060335304 (diff) | |
| download | quickshell-901e7d83f8af3defe2c602daad98fd3c67e1dd7c.tar.gz quickshell-901e7d83f8af3defe2c602daad98fd3c67e1dd7c.zip | |
docs: correct drawer exit behaviour and dead module commands
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.
Diffstat (limited to 'desktop/README.md')
| -rw-r--r-- | desktop/README.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/desktop/README.md b/desktop/README.md index 0350f9a..e443ca0 100644 --- a/desktop/README.md +++ b/desktop/README.md @@ -4,9 +4,10 @@ One drawer, left of DP-1, hosting the things a desktop lets you adjust. Reached from a launcher at the left end of waybar. The drawer opens as a grid of tiles, and clicking a tile either opens that -module's page or fires an action. Escape, a click outside, or a module's back -arrow returns to the grid; Escape again closes the drawer. It takes keyboard -focus while it is open, so those keys reach it. +module's page or fires an action. A module's back arrow, and Escape while a +page is showing, return to the grid; Escape on the grid, or a click outside, +closes the drawer. It takes keyboard focus while it is open, so those keys +reach it. ## Running it |
