Files
illogical-impulse/.config/quickshell/modules/common/widgets/PointingHandInteraction.qml
T

7 lines
133 B
QML

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