three-finger tap opens a window sheet, not the overview
This commit is contained in:
parent
3aea8398a9
commit
bf8bc013ef
21 changed files with 1476 additions and 49 deletions
|
|
@ -29,6 +29,7 @@ import qs.modules.ii.wallpaperSelector
|
|||
import qs.modules.souveraine.dial
|
||||
import qs.modules.souveraine.navigation
|
||||
import qs.modules.souveraine.selection
|
||||
import qs.modules.souveraine.windowSheet
|
||||
|
||||
// The Souveraine panel family — one family for both modes.
|
||||
// Starts at exact panel parity with IllogicalImpulseFamily (our overridden
|
||||
|
|
@ -80,6 +81,10 @@ Scope {
|
|||
PanelLoader { component: Overview {} }
|
||||
PanelLoader { component: Polkit {} }
|
||||
PanelLoader { component: DialHost {} }
|
||||
// The three-finger tap's surface (TASK-55). Ungated: it is the only way
|
||||
// the hand can close a window under viewtop, and the dial's own "Kill
|
||||
// window" is a dead `hyprctl dispatch`.
|
||||
PanelLoader { component: WindowSheet {} }
|
||||
// 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