Files
alt-illogical-impulse/configs/quickshell/ii/qs/modules/common/widgets/PointingHandInteraction.qml
T

7 lines
143 B
QML

import QtQuick
MouseArea {
anchors.fill: parent
onPressed: (mouse) => mouse.accepted = false
cursorShape: Qt.PointingHandCursor
}