mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
kstart: use the same rule number as other rules for demandattention
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
6dc51d6c3e
commit
9194097ab6
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue