hold power for a device menu; usb-c state shown, not faked
This commit is contained in:
parent
bf8bc013ef
commit
f7eba9f658
6 changed files with 248 additions and 1 deletions
|
|
@ -85,6 +85,9 @@ Scope {
|
|||
// the hand can close a window under viewtop, and the dial's own "Kill
|
||||
// window" is a dead `hyprctl dispatch`.
|
||||
PanelLoader { component: WindowSheet {} }
|
||||
// The device's verbs, on a held power button. Ungated and not lock-gated:
|
||||
// powering off is something you do to a locked phone.
|
||||
PanelLoader { component: PowerMenu {} }
|
||||
// Text-selection action menu (TASK-18). Gated on the opt-in config: the
|
||||
// service behind it watches every selection on the device, so it must not
|
||||
// load by default. See Config.options.selection.
|
||||
|
|
|
|||
Loading…
Reference in a new issue