summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/ratpoison.18
-rw-r--r--doc/ratpoison.texi14
2 files changed, 22 insertions, 0 deletions
diff --git a/doc/ratpoison.1 b/doc/ratpoison.1
index a110baf..913dce3 100644
--- a/doc/ratpoison.1
+++ b/doc/ratpoison.1
@@ -775,6 +775,14 @@ Default is black.
The background color of the windows ratpoison creates.
.br
Default is white.
+.var fwcolor color
+The border color of the focused window.
+.br
+Default is black.
+.var bwcolor color
+The border color of unfocused windows.
+.br
+Default is black.
.var barpadding x y
Set horizontal padding of ratpoison windows to \fIx\fP and vertical
padding to \fIy\fP.
diff --git a/doc/ratpoison.texi b/doc/ratpoison.texi
index 5c7e5cc..b1cc5c0 100644
--- a/doc/ratpoison.texi
+++ b/doc/ratpoison.texi
@@ -1339,6 +1339,20 @@ is any valid X11 color.
When called with no arguments, the current setting is returned.
@end deffn
+@deffn Command {set fwcolor} @var{color}
+Set the border color for the focused window.
+is any valid X11 color.
+
+When called with no arguments, the current setting is returned.
+@end deffn
+
+@deffn Command {set bwcolor} @var{color}
+Set the border color for unfocused windows.
+is any valid X11 color.
+
+When called with no arguments, the current setting is returned.
+@end deffn
+
@deffn Command {set barpadding} @var{x} @var{y}
@c @deffnx Command defbarpadding @var{x} @var{y}
Set the horizontal and vertical padding inside the bar.