Hide window borders even more

This commit is contained in:
Albert Armea 2025-12-29 02:54:16 -05:00
parent 2711782c42
commit d78f58bdc7

View file

@ -11,11 +11,12 @@ output * bg #000000 solid_color
# Hide ALL window borders and focus indicators by making them transparent/black # Hide ALL window borders and focus indicators by making them transparent/black
# Note: The 5th value is the "child_border" which is the actual visible border # Note: The 5th value is the "child_border" which is the actual visible border
client.focused #000000 #000000 #ffffff #000000 #000000 # Text color (3rd value) is also black to make title/tab text invisible (black on black)
client.focused_inactive #000000 #000000 #888888 #000000 #000000 client.focused #000000 #000000 #000000 #000000 #000000
client.unfocused #000000 #000000 #888888 #000000 #000000 client.focused_inactive #000000 #000000 #000000 #000000 #000000
client.urgent #000000 #000000 #ffffff #000000 #000000 client.unfocused #000000 #000000 #000000 #000000 #000000
client.placeholder #000000 #000000 #888888 #000000 #000000 client.urgent #000000 #000000 #000000 #000000 #000000
client.placeholder #000000 #000000 #000000 #000000 #000000
client.background #000000 client.background #000000
# Completely hide focus indicator by hiding the mark # Completely hide focus indicator by hiding the mark