summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKipling Inscore <k@bijna.net>2008-08-03 11:40:42 -0700
committerShawn <sabetts@juicebox.(none)>2008-10-10 13:07:47 -0700
commit497fb323835bbb3cceb39874e7555b565863c7e8 (patch)
tree5d2e5495b879cd1e4dfbbbd0b8913685adf86d55 /doc
parentb47008536843fe9dfa5790581228f42d5c83ee80 (diff)
downloadratpoison-497fb323835bbb3cceb39874e7555b565863c7e8.zip
allow window border color to be set seperately for focused and unfocused windows
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.