diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-06-12 18:52:07 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-06-12 18:52:07 +0200 |
commit | 4fd37182076c2be406a7841a005323198f19be9c (patch) | |
tree | 8e3b524f4b8e85d4499de65073bffea23ed0b1f7 /.config/hypr | |
parent | 4d587b5882c4af02cfbbf4ee1352f79fba08235e (diff) |
Hyprland: Fix option for new version
Diffstat (limited to '.config/hypr')
-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 { |