Files
illogical-impulse/.config/quickshell/ii/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
}