Files
illogical-impulse/dots/.config/quickshell/ii/modules/common/widgets/PointingHandInteraction.qml
T
2025-10-16 07:19:55 +08:00

7 lines
142 B
QML

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