Skip to content

Commit

Permalink
Fix #52
Browse files Browse the repository at this point in the history
  • Loading branch information
tudurom committed Aug 31, 2018
1 parent 2b61159 commit eefb922
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
6 changes: 3 additions & 3 deletions 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" "February 2018" "Windowchef" "Windowchef Manual"
.TH "WAITRON" "1" "August 2018" "Windowchef" "Windowchef Manual"
.
.SH "NAME"
\fBwaitron\fR \- A client for windowchef(1)
Expand Down Expand Up @@ -94,8 +94,8 @@ Puts the window in the "monocled" state: full screen but with borders visible\.
Closes the focused window\.
.
.TP
\fBwindow_put_in_grid\fR \fIgrid_width\fR \fIgrid_height\fR \fIcell_x\fR \fIcell_y\fR
Moves and resizes the focused windows accordingly to fit in a cell defined by the \fIcell_x\fR and \fIcell_y\fR coordinates in a virtual grid with width \fIgrid_width\fR and height \fIgrid_height\fR on the current monitor\. Gaps around the windows in the grid can be added along with monitor gaps\.
\fBwindow_put_in_grid\fR \fIgrid_width\fR \fIgrid_height\fR \fIcell_x\fR \fIcell_y\fR \fIcell_width\fR \fIcell_height\fR
Moves and resizes the focused windows accordingly to fit in a cell defined by the \fIcell_x\fR and \fIcell_y\fR coordinates, measuring \fIcell_width\fR in width and \fIcell_height\fR in height, in a virtual grid with width \fIgrid_width\fR and height \fIgrid_height\fR on the current monitor\. \fIcell_width\fR and \fIcell_height\fR are expressed in grid cells\. Gaps around the windows in the grid can be added along with monitor gaps\.
.
.TP
\fBwindow_snap\fR \fIPOSITION\fR
Expand Down
8 changes: 5 additions & 3 deletions man/waitron.1.html

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

6 changes: 4 additions & 2 deletions man/waitron.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,12 @@ anything on `stdout`.
* `window_close`:
Closes the focused window.

* `window_put_in_grid` <grid_width> <grid_height> <cell_x> <cell_y>:
* `window_put_in_grid` <grid_width> <grid_height> <cell_x> <cell_y> <cell_width> <cell_height>:
Moves and resizes the focused windows accordingly to fit in a cell defined
by the <cell_x> and <cell_y> coordinates in a virtual grid with width
by the <cell_x> and <cell_y> coordinates, measuring <cell_width> in width
and <cell_height> in height, in a virtual grid with width
<grid_width> and height <grid_height> on the current monitor.
<cell_width> and <cell_height> are expressed in grid cells.
Gaps around the windows in the grid can be added along with monitor gaps.

* `window_snap` <POSITION>:
Expand Down

0 comments on commit eefb922

Please sign in to comment.