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