From 21303b24c8b755114c4335c3a00a875502b580b9 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Thu, 18 Sep 2025 08:18:10 +0200 Subject: [PATCH] welcome app: add tip for window close keybind --- .config/quickshell/ii/welcome.qml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.config/quickshell/ii/welcome.qml b/.config/quickshell/ii/welcome.qml index fefdc7976..b92534039 100644 --- a/.config/quickshell/ii/welcome.qml +++ b/.config/quickshell/ii/welcome.qml @@ -109,6 +109,10 @@ ApplicationWindow { text: "close" iconSize: 20 } + + StyledToolTip { + content: Translation.tr("Tip: Close a window with Super+Q") + } } } }