diff --git a/qml/Screen.qml b/qml/Screen.qml index 983d010a0ceb2bd9fd7bf4134303d2427586cacc..a873f6064301f6193e2be70ed3de483df115710c 100644 --- a/qml/Screen.qml +++ b/qml/Screen.qml @@ -74,7 +74,7 @@ WaylandOutput { WaylandMouseTracker { id: mouseTracker anchors.fill: parent - windowSystemCursorEnabled: !clientCursor.visible + windowSystemCursorEnabled: true rotation: 180 Rectangle { @@ -90,14 +90,14 @@ WaylandOutput { } } - WaylandCursorItem { - id: clientCursor - inputEventsEnabled: false - x: mouseTracker.mouseX - y: mouseTracker.mouseY - seat: comp.defaultSeat - visible: surface !== null && mouseTracker.containsMouse - } + //WaylandCursorItem { + // id: clientCursor + // inputEventsEnabled: false + // x: mouseTracker.mouseX + // y: mouseTracker.mouseY + // seat: comp.defaultSeat + // visible: surface !== null && mouseTracker.containsMouse + //} } Shortcut { sequence: "Ctrl+Alt+Backspace"