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 <noreply@anthropic.com>
main
Amir Alexander Abdelbaki 2026-05-23 10:28:10 +02:00
parent 612c13b4c0
commit 266a032cb3
1 changed files with 1 additions and 1 deletions

View File

@ -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"