From f663437913c1549b8cbafd9b5132216f6716fc0f Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Fri, 16 Jan 2026 21:25:36 +0100 Subject: Fix hyprcursor configuration on archlinux --- roles/hyprland/templates/hyprland/looknfeel.conf.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/hyprland/templates/hyprland/looknfeel.conf.j2 b/roles/hyprland/templates/hyprland/looknfeel.conf.j2 index 14812f80..72bbf73d 100644 --- a/roles/hyprland/templates/hyprland/looknfeel.conf.j2 +++ b/roles/hyprland/templates/hyprland/looknfeel.conf.j2 @@ -142,4 +142,7 @@ misc { # https://wiki.hypr.land/Configuring/Variables/#cursor cursor { hide_on_key_press = true + sync_gsettings_theme = true + no_hardware_cursors = 1 + inactive_timeout = 5 } -- cgit v1.2.3