use ipc calls more for compatibility

This commit is contained in:
end-4
2025-11-06 22:59:09 +01:00
parent 2807bed255
commit 1a4b4b8bef
4 changed files with 14 additions and 10 deletions
@@ -99,7 +99,7 @@ RowLayout {
Layout.bottomMargin: 4
onClicked: {
GlobalStates.overviewOpen = false;
Hyprland.dispatch("global quickshell:regionSearch")
Quickshell.execDetached(["qs", "-p", Quickshell.shellPath(""), "ipc", "call", "region", "search"]);
}
text: "image_search"
StyledToolTip {