winfo: fix kill button
This commit is contained in:
parent
b8a4d1d312
commit
7a1f47a6de
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ ColumnLayout {
|
||||||
text: qsTr("Kill")
|
text: qsTr("Kill")
|
||||||
|
|
||||||
function onClicked(): void {
|
function onClicked(): void {
|
||||||
Hyprland.dispatch(`movetoworkspace ${wsId},address:0x${root.client?.address}`);
|
Hyprland.dispatch(`killwindow address:0x${root.client?.address}`);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue