From 60deccddf0dca955de035a9f096fd47abe8d1786 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sun, 22 Jun 2025 00:07:11 +1000 Subject: winfo: add no active client placeholders Also change close button to kill --- modules/windowinfo/Buttons.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/windowinfo/Buttons.qml') diff --git a/modules/windowinfo/Buttons.qml b/modules/windowinfo/Buttons.qml index 156624d..f298073 100644 --- a/modules/windowinfo/Buttons.qml +++ b/modules/windowinfo/Buttons.qml @@ -140,7 +140,7 @@ ColumnLayout { Button { color: Colours.palette.m3errorContainer onColor: Colours.palette.m3onErrorContainer - text: qsTr("Close") + text: qsTr("Kill") function onClicked(): void { Hyprland.dispatch(`movetoworkspace ${wsId},address:${Hyprland.activeClient?.address}`); -- cgit v1.2.3-freya