diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-01-16 21:25:36 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-01-16 21:25:36 +0100 |
| commit | f663437913c1549b8cbafd9b5132216f6716fc0f (patch) | |
| tree | ebf1ee46e1edbc44fc8769cda8bd70086f31cb8c /roles | |
| parent | 6526e037a8b58cf9cbffb56484db578526f6c2c9 (diff) | |
Fix hyprcursor configuration on archlinux
Diffstat (limited to 'roles')
| -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 } |
