From d78f58bdc79c4c0f1c9099a87dba81bf9ba00041 Mon Sep 17 00:00:00 2001 From: Albert Armea Date: Mon, 29 Dec 2025 02:54:16 -0500 Subject: [PATCH] Hide window borders even more --- sway.conf | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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