Hide hyperland cursor while typing (#1812)

This commit is contained in:
Johan Sørensen
2025-09-19 21:40:54 +02:00
committed by GitHub
parent ad155b2545
commit 70661d5d5b

View File

@@ -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
}