From a8e0316d7517ee1f8189c1f29d9973d4155287e7 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Sat, 30 Oct 2021 20:25:35 -0700 Subject: [PATCH] sway: window borders --- sway/config | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sway/config b/sway/config index f782fb4..a94495a 100644 --- a/sway/config +++ b/sway/config @@ -152,7 +152,11 @@ exec swayidle -w \ default_border pixel 1 default_floating_border pixel 1 smart_borders no_gaps -# TODO: border colors: man 5 sway +# class title bg text +client.focused "#444444" "#444444" "#ffffff" +client.focused_inactive "#000000" "#000000" "#ffffff" +client.unfocused "#000000" "#000000" "#ffffff" +client.urgent "#440000" "#440000" "#ffffff" focus_wrapping no focus_follows_mouse yes