diff --git a/quickshell/Modules/DankBar/Widgets/RunningApps.qml b/quickshell/Modules/DankBar/Widgets/RunningApps.qml index 76cfb7f0..95ace37c 100644 --- a/quickshell/Modules/DankBar/Widgets/RunningApps.qml +++ b/quickshell/Modules/DankBar/Widgets/RunningApps.qml @@ -155,6 +155,7 @@ BasePill { property real touchpadThreshold: 500 onWheel: function (wheelEvent) { + wheelEvent.accepted = true; const deltaY = wheelEvent.angleDelta.y; const isMouseWheel = Math.abs(deltaY) >= 120 && (Math.abs(deltaY) % 120) === 0;