kstart: use the same rule number as other rules for demandattention

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2024-05-19 04:49:19 +03:00
parent 6dc51d6c3e
commit 9194097ab6

View file

@ -160,7 +160,7 @@ void KStart::sendRule()
message += "fullscreen=true\nfullscreenrule=3\n";
}
if (state & NET::DemandsAttention) {
message += "demandattention=true\n";
message += "demandattention=true\ndemandattentionrule=3\n";
}
}