quickshell: focus window on tray icon click for xembed-sni-proxy items
XTest click forwarding doesn't work under Hyprland's XWayland, so fall back to Hyprland.dispatch focuswindow for menu-less tray items. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
82c0e78541
commit
e55ffa21c2
1 changed files with 3 additions and 0 deletions
|
|
@ -1203,6 +1203,9 @@ in
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
modelData.activate();
|
modelData.activate();
|
||||||
|
if (!modelData.hasMenu && modelData.title) {
|
||||||
|
Hyprland.dispatch("focuswindow title:" + modelData.title);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue