nosignal-shell/modules/nexus/common
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
..
AnimatedLogo.qml feat: impl nexus about page 2026-06-07 21:45:05 +10:00
AudioDeviceList.qml feat(nosignal): Nerd Font icon remap — nexus (Settings) 2026-06-14 11:16:01 +01:00
CachyRepoToggleRow.qml feat(nosignal): CachyOS repo toggle + wire Quick Settings placebos 2026-06-18 21:06:20 +01:00
ConnectedRect.qml feat(nosignal): interface redesign — slim glass bar + floating popouts 2026-06-14 10:36:33 +01:00
InfoRow.qml feat: impl nexus about page 2026-06-07 21:45:05 +10:00
ItemList.qml feat(nosignal): Nerd Font icon remap — nexus (Settings) 2026-06-14 11:16:01 +01:00
NavRow.qml feat(nosignal): Nerd Font icon remap — nexus (Settings) 2026-06-14 11:16:01 +01:00
PageBase.qml fix: block clicks on nexus header 2026-06-08 00:37:01 +10:00
SectionHeader.qml feat: add panels page + subpages 2026-06-07 18:01:13 +10:00
SelectRow.qml feat: impl nexus services page 2026-06-07 19:14:26 +10:00
SliderRow.qml feat(nosignal): Nerd Font icon remap — nexus (Settings) 2026-06-14 11:16:01 +01:00
StackPage.qml feat: add nexus sub pages 2026-06-05 19:22:09 +10:00
StepperRow.qml feat: add panels page + subpages 2026-06-07 18:01:13 +10:00
SudoToggleRow.qml fix(nosignal): F-sudo focus via hyprctl (stayfocused invalid in Hypr 0.55) 2026-06-20 19:26:30 +01:00
ToggleRow.qml refactor: add connected rect component 2026-06-07 02:48:11 +10:00
WallItem.qml feat: actually impl wall selector w/ categories 2026-06-05 21:39:05 +10:00