2020-06-16 08:06:24 -07:00
|
|
|
RIVERTILE(1) "github.com/ifreund/river" "General Commands Manual"
|
|
|
|
|
|
|
|
# NAME
|
|
|
|
|
2020-12-12 15:51:51 -08:00
|
|
|
rivertile - Tiled layout generator for river
|
2020-06-16 08:06:24 -07:00
|
|
|
|
|
|
|
# SYNOPSIS
|
|
|
|
|
2021-04-26 14:41:30 -07:00
|
|
|
*rivertile* [_options_]
|
2020-06-16 08:06:24 -07:00
|
|
|
|
|
|
|
# DESCRIPTION
|
|
|
|
|
2021-05-01 03:49:49 -07:00
|
|
|
*rivertile* is a layout client for *river*(1). It provides a simple tiled
|
|
|
|
layout with split main/secondary stacks. The initial state may be configured
|
|
|
|
with various options passed on startup. Some values may additionally be
|
|
|
|
modified while rivertile is running with the help of *riverctl*(1).
|
2020-06-16 08:06:24 -07:00
|
|
|
|
2021-04-26 14:41:30 -07:00
|
|
|
# OPTIONS
|
|
|
|
|
|
|
|
*-view-padding* _pixels_
|
2021-05-01 03:49:49 -07:00
|
|
|
Set the padding around views in pixels. (Default: 6)
|
2021-04-26 14:41:30 -07:00
|
|
|
|
|
|
|
*-outer-padding* _pixels_
|
|
|
|
Set the padding around the edge of the layout area in pixels.
|
2021-05-01 03:49:49 -07:00
|
|
|
(Default: 6)
|
2021-04-26 14:41:30 -07:00
|
|
|
|
|
|
|
*-main-location* [*top*|*bottom*|*left*|*right*]
|
2021-05-01 03:49:49 -07:00
|
|
|
Set the initial location of the main area in the layout.
|
|
|
|
(Default: *left*)
|
2021-04-26 14:41:30 -07:00
|
|
|
|
|
|
|
*-main-count* _count_
|
2021-05-01 03:49:49 -07:00
|
|
|
Set the initial number of views in the main area of the
|
|
|
|
layout. (Default: 1)
|
2021-04-26 14:41:30 -07:00
|
|
|
|
|
|
|
*-main-factor* _ratio_
|
2021-05-01 03:49:49 -07:00
|
|
|
Set the initial ratio of main area to total layout area. (Default: 0.6)
|
2021-04-26 14:41:30 -07:00
|
|
|
|
2021-04-26 12:03:28 -07:00
|
|
|
# VALUES
|
|
|
|
|
2021-05-01 03:49:49 -07:00
|
|
|
These values may be modified while rivertile is running with the help of
|
|
|
|
*riverctl*(1).
|
|
|
|
|
2021-04-26 12:03:28 -07:00
|
|
|
_main_location_ (string: top, bottom, left, or right)
|
|
|
|
The location of the main area in the layout.
|
|
|
|
|
|
|
|
_main_count_ (int)
|
|
|
|
The number of views in the main area of the layout.
|
|
|
|
|
|
|
|
_main_factor_ (fixed: [0.1, 0.9])
|
|
|
|
The ratio of main area to total layout area.
|
|
|
|
|
2021-05-01 03:49:49 -07:00
|
|
|
# EXAMPLES
|
|
|
|
|
|
|
|
Start *rivertile* with 4 pixels outer padding and 2 main views:
|
|
|
|
|
|
|
|
rivertile -outer-padding 4 -main-count 2
|
|
|
|
|
|
|
|
Set the main location of rivertile to top at runtime:
|
|
|
|
|
2021-05-16 01:14:09 -07:00
|
|
|
riverctl set-layout-value rivertile string main_location top
|
2021-05-01 03:49:49 -07:00
|
|
|
|
2020-11-11 11:44:41 -08:00
|
|
|
# AUTHORS
|
|
|
|
|
|
|
|
Maintained by Isaac Freund <ifreund@ifreund.xyz> who is assisted by open
|
|
|
|
source contributors. For more information about river's development, see
|
|
|
|
<https://github.com/ifreund/river>.
|
|
|
|
|
2020-06-16 08:06:24 -07:00
|
|
|
# SEE ALSO
|
|
|
|
|
2020-10-02 06:53:08 -07:00
|
|
|
*river*(1), *riverctl*(1)
|