From eefb9225aad5e0580eb71dceff4c06bc752a1d88 Mon Sep 17 00:00:00 2001 From: Tudor Roman Date: Fri, 31 Aug 2018 14:24:28 +0300 Subject: [PATCH] Fix #52 --- man/waitron.1 | 6 +++--- man/waitron.1.html | 8 +++++--- man/waitron.1.md | 6 ++++-- 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/man/waitron.1 b/man/waitron.1 index fb180f0..f436a9b 100644 --- a/man/waitron.1 +++ b/man/waitron.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://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) @@ -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 diff --git a/man/waitron.1.html b/man/waitron.1.html index 896eaa7..de42b55 100644 --- a/man/waitron.1.html +++ b/man/waitron.1.html @@ -129,9 +129,11 @@

COMMANDS

window_monocle

Puts the window in the "monocled" state: full screen but with borders visible. Monocle mode respects gaps.

window_close

Closes the focused window.

-
window_put_in_grid grid_width grid_height cell_x cell_y

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 +

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, 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

Snap the window on the screen in a position defined by POSITION.

window_cycle

Cycle through mapped windows.

@@ -239,7 +241,7 @@

AUTHOR

  1. Windowchef
  2. -
  3. February 2018
  4. +
  5. August 2018
  6. waitron(1)
diff --git a/man/waitron.1.md b/man/waitron.1.md index aa9a461..7a35d2f 100644 --- a/man/waitron.1.md +++ b/man/waitron.1.md @@ -80,10 +80,12 @@ anything on `stdout`. * `window_close`: Closes the focused window. -* `window_put_in_grid` : +* `window_put_in_grid` : Moves and resizes the focused windows accordingly to fit in a cell defined - by the and coordinates in a virtual grid with width + by the and coordinates, measuring in width + and in height, in a virtual grid with width and height on the current monitor. + and are expressed in grid cells. Gaps around the windows in the grid can be added along with monitor gaps. * `window_snap` :