summaryrefslogtreecommitdiff
path: root/.config/hypr/hyprland.conf.in
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-08-19 20:18:32 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-08-19 20:18:32 +0200
commit5300faf8abf1ae43f873248f790382aecae4a712 (patch)
treeb6babc244d8bbf8b668643c656b89a677d931796 /.config/hypr/hyprland.conf.in
parentc532af52ac259d30c51dfa0cb6b26c0d05de2437 (diff)
Hyprland: Make inactive borders fully opaque
Diffstat (limited to '.config/hypr/hyprland.conf.in')
-rw-r--r--.config/hypr/hyprland.conf.in2
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
}