diff options
Diffstat (limited to '.config/hypr')
-rw-r--r-- | .config/hypr/hyprland.conf.in | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/.config/hypr/hyprland.conf.in b/.config/hypr/hyprland.conf.in index e588455..df2bc7f 100644 --- a/.config/hypr/hyprland.conf.in +++ b/.config/hypr/hyprland.conf.in @@ -27,12 +27,15 @@ input { } general { - border_size = 3 - col.active_border = rgb(FAA14F) - col.inactive_border = rgba(64727D7F) - gaps_in = 5 - gaps_out = 10 - cursor_inactive_timeout = 3 + border_size = 3 + col.active_border = rgb(FAA14F) + col.inactive_border = rgba(64727D7F) + gaps_in = 5 + gaps_out = 10 +} + +cursor { + inactive_timeout = 3 } decoration { |