diff options
author | Thomas Voss <thomas.voss@humanwave.nl> | 2024-06-14 19:58:52 +0200 |
---|---|---|
committer | Thomas Voss <thomas.voss@humanwave.nl> | 2024-06-14 19:58:52 +0200 |
commit | de0478c141ee61dc15011c84319cf0848937901a (patch) | |
tree | 80642fb37e509b5bdce9030b88411c69740e4e39 /.config/hypr/hyprland.conf.in | |
parent | 6918b5cffe1e4707501b63f69f8458c8eccbeed4 (diff) | |
parent | 3224937ddcbe6a316dbf919d585ccb16c6ff7355 (diff) |
Merge branch 'master' of github.com:Mango0x45/dotfiles
Diffstat (limited to '.config/hypr/hyprland.conf.in')
-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 { |