fix: activation of an element outside the current workspace
If the activated element is outside the current workspace, its workspace should be set to urgent
This commit is contained in:
parent
9b50d0f506
commit
2c01c94477
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ impl XdgActivationHandler for State {
|
|||
}
|
||||
}
|
||||
|
||||
if workspace == ¤t_workspace.handle || in_current_workspace {
|
||||
if in_current_workspace {
|
||||
let target = element.into();
|
||||
|
||||
std::mem::drop(shell);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue