diff --git a/sway.conf b/sway.conf index 4d5dbdc..872028a 100644 --- a/sway.conf +++ b/sway.conf @@ -11,11 +11,12 @@ output * bg #000000 solid_color # 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 -client.focused #000000 #000000 #ffffff #000000 #000000 -client.focused_inactive #000000 #000000 #888888 #000000 #000000 -client.unfocused #000000 #000000 #888888 #000000 #000000 -client.urgent #000000 #000000 #ffffff #000000 #000000 -client.placeholder #000000 #000000 #888888 #000000 #000000 +# Text color (3rd value) is also black to make title/tab text invisible (black on black) +client.focused #000000 #000000 #000000 #000000 #000000 +client.focused_inactive #000000 #000000 #000000 #000000 #000000 +client.unfocused #000000 #000000 #000000 #000000 #000000 +client.urgent #000000 #000000 #000000 #000000 #000000 +client.placeholder #000000 #000000 #000000 #000000 #000000 client.background #000000 # Completely hide focus indicator by hiding the mark