Skip to content

Commit

Permalink
docs for internal border
Browse files Browse the repository at this point in the history
  • Loading branch information
tudurom committed Feb 1, 2018
1 parent a91a1e6 commit b6da7f1
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 4 deletions.
10 changes: 9 additions & 1 deletion man/waitron.1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" https://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "WAITRON" "1" "September 2017" "Windowchef" "Windowchef Manual"
.TH "WAITRON" "1" "February 2018" "Windowchef" "Windowchef Manual"
.
.SH "NAME"
\fBwaitron\fR \- A client for windowchef(1)
Expand Down Expand Up @@ -207,6 +207,14 @@ Sets the border width to \fIwidth\fR pixels\.
Sets the border color to \fIcolor\fR for the focused and unfocused state respectively\. \fIcolor\fR is a hexadecimal value that may or may not start with \fB0x\fR prefix\. Example: \fB0x1234ef\fR\.
.
.TP
\fBinternal_border_width\fR \fIwidth\fR
Make the first \fIwidth\fR pixels from the interior to the exterior of the border of another color, so you get two borders\. The width of the external border is \fBborder_width \- internal_border_width\fR\.
.
.TP
\fBinternal_color_focused\fR, \fBinternal_color_unfocused\fR \fIcolor\fR
Like \fBcolor_focused\fR and \fBcolor_unfocused\fR, but for the internal border\.
.
.TP
\fBgap_width\fR \fIPOSITION\fR \fIwidth\fR
Sets the window gap at \fIPOSITION\fR to \fIwidth\fR\. \fIPOSITION\fR can be equal to \fBall\fR to set all gaps to \fIPOSITION\fR\.
.
Expand Down
8 changes: 7 additions & 1 deletion man/waitron.1.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions man/waitron.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,16 @@ are:
<color> is a hexadecimal value that may or may not start with `0x`
prefix. Example: `0x1234ef`.

* `internal_border_width` <width>:
Make the first <width> pixels from the interior to the exterior of the
border of another color, so you get two borders.
The width of the external border is `border_width -
internal_border_width`.

* `internal_color_focused`, `internal_color_unfocused` <color>:
Like `color_focused` and `color_unfocused`, but for the internal
border.

* `gap_width` <POSITION> <width>:
Sets the window gap at <POSITION> to <width>. <POSITION> can be equal to
`all` to set all gaps to <POSITION>.
Expand Down
2 changes: 1 addition & 1 deletion man/windowchef.1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" https://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "WINDOWCHEF" "1" "August 2017" "Windowchef" "Windowchef Manual"
.TH "WINDOWCHEF" "1" "February 2018" "Windowchef" "Windowchef Manual"
.
.SH "NAME"
\fBwindowchef\fR \- A stacking window cooker
Expand Down
2 changes: 1 addition & 1 deletion man/windowchef.1.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b6da7f1

Please sign in to comment.