summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-01-16 21:25:36 +0100
committerAhmed Abdelhalim <[email protected]>2026-01-16 21:25:36 +0100
commitf663437913c1549b8cbafd9b5132216f6716fc0f (patch)
treeebf1ee46e1edbc44fc8769cda8bd70086f31cb8c
parent6526e037a8b58cf9cbffb56484db578526f6c2c9 (diff)
Fix hyprcursor configuration on archlinux
-rw-r--r--roles/hyprland/templates/hyprland/looknfeel.conf.j23
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
}