diff --git a/modules/windowinfo/Buttons.qml b/modules/windowinfo/Buttons.qml index 6b24cf30..29bc9af1 100644 --- a/modules/windowinfo/Buttons.qml +++ b/modules/windowinfo/Buttons.qml @@ -144,7 +144,7 @@ ColumnLayout { text: qsTr("Kill") function onClicked(): void { - Hyprland.dispatch(`movetoworkspace ${wsId},address:0x${root.client?.address}`); + Hyprland.dispatch(`killwindow address:0x${root.client?.address}`); } } }