Files
dots-hyprland/.config/quickshell/ii/modules/common/widgets/PointingHandInteraction.qml
T
2025-08-27 17:52:23 +07:00

7 lines
142 B
QML

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