diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-08-19 20:18:32 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-08-19 20:18:32 +0200 |
commit | 5300faf8abf1ae43f873248f790382aecae4a712 (patch) | |
tree | b6babc244d8bbf8b668643c656b89a677d931796 /.config | |
parent | c532af52ac259d30c51dfa0cb6b26c0d05de2437 (diff) |
Hyprland: Make inactive borders fully opaque
Diffstat (limited to '.config')
-rw-r--r-- | .config/hypr/hyprland.conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/hypr/hyprland.conf.in b/.config/hypr/hyprland.conf.in index 7153ea4..f6456bb 100644 --- a/.config/hypr/hyprland.conf.in +++ b/.config/hypr/hyprland.conf.in @@ -29,7 +29,7 @@ input { general { border_size = 2 col.active_border = rgb(FAA14F) - col.inactive_border = rgba(64727D7F) + col.inactive_border = rgb(64727D) gaps_in = 5 gaps_out = 10 } |