From b264ae9888575df22e15d89a361845f84202106a Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Fri, 27 Jun 2025 21:37:15 +1000 Subject: internal: use hyprlandtoplevel --- modules/areapicker/Picker.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/areapicker/Picker.qml') diff --git a/modules/areapicker/Picker.qml b/modules/areapicker/Picker.qml index 31aec02..f3a7eb0 100644 --- a/modules/areapicker/Picker.qml +++ b/modules/areapicker/Picker.qml @@ -36,7 +36,7 @@ MouseArea { property real sw: Math.abs(sx - ex) property real sh: Math.abs(sy - ey) - property list clients: Hyprland.clients.filter(c => c.workspace.id === Hyprland.activeWsId) + property list clients: Hyprland.toplevels.values.filter(c => c.workspace.id === Hyprland.activeWsId) function checkClientRects(x: real, y: real): void { for (const c of clients) { -- cgit v1.2.3-freya