nosignal-shell/modules/nexus
28allday 0ae8593113 fix(nosignal): F-sudo focus via hyprctl (stayfocused invalid in Hypr 0.55)
VM-cert of round 4 surfaced a Hyprland config-error banner: the shipped
`windowrule = stayfocused on, match:class nosignal-sudo` is rejected at parse
time — `stayfocused` is not a valid field in Hyprland 0.55's match: windowrule
grammar (only float/center/pin/size are). The line was skipped, so the prompt
never got the focus rule and an error banner showed on every boot.

Replace it: keep the dedicated nosignal-sudo class (float/center/pin/size, all
valid — set in the builder) and pull keyboard focus to the prompt from here via
`hyprctl dispatch focuswindow class:^(nosignal-sudo)$` (the handover's "or
activate it" option), nudged a few times to cover terminal startup.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-20 19:26:30 +01:00
..
common fix(nosignal): F-sudo focus via hyprctl (stayfocused invalid in Hypr 0.55) 2026-06-20 19:26:30 +01:00
navpane feat(nosignal): Nerd Font icon remap — nexus (Settings) 2026-06-14 11:16:01 +01:00
pages feat(nosignal): CachyOS repo toggle + wire Quick Settings placebos 2026-06-18 21:06:20 +01:00
NavPane.qml feat: fade out nexus nav list 2026-06-04 16:27:04 +10:00
Nexus.qml feat(nosignal): interface redesign — slim glass bar + floating popouts 2026-06-14 10:36:33 +01:00
NexusState.qml feat: add nexus bluetooth device page 2026-06-07 02:57:07 +10:00
PageCompRegistry.qml feat(nosignal): Nerd Font icon remap — nexus (Settings) 2026-06-14 11:16:01 +01:00
PageRegistry.qml fold: bake NoSignal shell patches into the fork (Phase 2) 2026-06-13 22:08:59 +01:00
Pages.qml refactor: move placeholder comp to comp registry 2026-06-07 17:15:05 +10:00
WindowFactory.qml fix: make nexus handle transparency properly 2026-06-05 01:29:06 +10:00