From 266a032cb389cce4671ef2d7532378a6cd0de87f Mon Sep 17 00:00:00 2001 From: The_miro Date: Sat, 23 May 2026 10:28:10 +0200 Subject: [PATCH] fix(eww-touch): fix middle button close window action hl.dsp.window.close() is not a valid Hyprland Lua API method; replace with hyprctl dispatch killactive. Co-Authored-By: Claude Sonnet 4.6 --- desktopenvs/hyprlua/eww-touch/eww.yuck | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktopenvs/hyprlua/eww-touch/eww.yuck b/desktopenvs/hyprlua/eww-touch/eww.yuck index 3a8186f..71f3c18 100644 --- a/desktopenvs/hyprlua/eww-touch/eww.yuck +++ b/desktopenvs/hyprlua/eww-touch/eww.yuck @@ -63,7 +63,7 @@ :orientation "h" :space-evenly false :halign "center" - :onclick "hyprctl eval 'hl.dsp.window.close()'" + :onclick "hyprctl dispatch killactive" {""} ) (button :class "music"