From 6e393917e4fb039391ad90535488198ebec0aa3e Mon Sep 17 00:00:00 2001 From: Sam Banks Date: Thu, 12 Jul 2018 14:30:46 +1000 Subject: [PATCH] Correct descriptions of border colors --- lib/beautiful/init.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/beautiful/init.lua b/lib/beautiful/init.lua index bdc43f33..ae1ef773 100644 --- a/lib/beautiful/init.lua +++ b/lib/beautiful/init.lua @@ -75,15 +75,15 @@ local active_font --- The client border width. -- @beautiful beautiful.border_width ---- The default clients border width. +--- The default clients border color. -- Note that only solid colors are supported. -- @beautiful beautiful.border_normal ---- The focused client border width. +--- The focused client border color. -- Note that only solid colors are supported. -- @beautiful beautiful.border_focus ---- The marked clients border width. +--- The marked clients border color. -- Note that only solid colors are supported. -- @beautiful beautiful.border_marked