From 7bfbf011d2d0b317f127093999d93a935340b9c1 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Wed, 12 Nov 2025 21:40:21 +0100 Subject: [PATCH] taskbar: middle click to launch new instance --- .../ii/modules/waffle/bar/tasks/TaskAppButton.qml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dots/.config/quickshell/ii/modules/waffle/bar/tasks/TaskAppButton.qml b/dots/.config/quickshell/ii/modules/waffle/bar/tasks/TaskAppButton.qml index 10fdbdf38..53b68b82c 100644 --- a/dots/.config/quickshell/ii/modules/waffle/bar/tasks/TaskAppButton.qml +++ b/dots/.config/quickshell/ii/modules/waffle/bar/tasks/TaskAppButton.qml @@ -37,6 +37,12 @@ AppButton { } } + onMiddleClickAction: { + if (root.desktopEntry) { + desktopEntry.execute() + } + } + // Active indicator Rectangle { id: activeIndicator