From 497fb323835bbb3cceb39874e7555b565863c7e8 Mon Sep 17 00:00:00 2001 From: Kipling Inscore Date: Sun, 3 Aug 2008 11:40:42 -0700 Subject: allow window border color to be set seperately for focused and unfocused windows --- doc/ratpoison.1 | 8 ++++++++ doc/ratpoison.texi | 14 ++++++++++++++ 2 files changed, 22 insertions(+) (limited to 'doc') 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. -- cgit v1.2.3