From 70661d5d5b245cd0d2c5be8e26dddbb9f5bf842b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20S=C3=B8rensen?= Date: Fri, 19 Sep 2025 21:40:54 +0200 Subject: [PATCH] Hide hyperland cursor while typing (#1812) --- default/hypr/looknfeel.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/default/hypr/looknfeel.conf b/default/hypr/looknfeel.conf index 254051f4..9b8f3077 100644 --- a/default/hypr/looknfeel.conf +++ b/default/hypr/looknfeel.conf @@ -87,3 +87,8 @@ misc { disable_splash_rendering = true focus_on_activate = true } + +# https://wiki.hypr.land/Configuring/Variables/#cursor +cursor { + hide_on_key_press = true +}