From 25e6fe2ef9c6a5fdd64969223cb34ec14c2eb5a6 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 8 May 2026 22:04:01 +0200 Subject: [PATCH] Hide cursor like on decryption screen --- default/sddm/omarchy/Main.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/default/sddm/omarchy/Main.qml b/default/sddm/omarchy/Main.qml index a65411e2..e593c1f3 100644 --- a/default/sddm/omarchy/Main.qml +++ b/default/sddm/omarchy/Main.qml @@ -96,6 +96,7 @@ Rectangle { color: "transparent" selectionColor: "transparent" selectedTextColor: "transparent" + cursorDelegate: Item {} focus: true onTextChanged: root.loginFailed = false