diff options
-rw-r--r-- | .config/hypr/hyprland.conf.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.config/hypr/hyprland.conf.in b/.config/hypr/hyprland.conf.in index e588455..745673d 100644 --- a/.config/hypr/hyprland.conf.in +++ b/.config/hypr/hyprland.conf.in @@ -32,7 +32,10 @@ general { col.inactive_border = rgba(64727D7F) gaps_in = 5 gaps_out = 10 - cursor_inactive_timeout = 3 +} + +cursor { + inactive_timeout = 3 } decoration { |