dotfiles/.config/quickshell/modules/common/widgets/PointingHandInteraction.qml
2025-12-15 18:20:18 +01:00

7 lines
No EOL
143 B
QML

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