diff options
| -rw-r--r-- | roles/hyprland/templates/hyprland/looknfeel.conf.j2 | 3 |
1 files changed, 3 insertions, 0 deletions
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 } |
