Fix riverctl.1.csd
This commit is contained in:
parent
5080f07724
commit
33a69405c4
@ -301,8 +301,8 @@ matches everything while _\*\*_ and the empty string are invalid.
|
|||||||
- *position*: Set the initial position of the view, clamping to the bounds
|
- *position*: Set the initial position of the view, clamping to the bounds
|
||||||
of the output. Requires x and y coordinates of the view as arguments, both
|
of the output. Requires x and y coordinates of the view as arguments, both
|
||||||
of which must be non-negative. Applies only to new views.
|
of which must be non-negative. Applies only to new views.
|
||||||
- *relative-position*: Set the position of the view relative to
|
- *relative-position*: Set the position of the view relative to
|
||||||
something. Requires the anchor and the x and y coordinates of the
|
something. Requires the anchor and the x and y coordinates of the
|
||||||
view. The coordinates are either positive or negative numbers that are
|
view. The coordinates are either positive or negative numbers that are
|
||||||
relative to the anchor. Applies only to new views.
|
relative to the anchor. Applies only to new views.
|
||||||
- *dimensions*: Set the initial dimensions of the view, clamping to the
|
- *dimensions*: Set the initial dimensions of the view, clamping to the
|
||||||
@ -315,10 +315,10 @@ matches everything while _\*\*_ and the empty string are invalid.
|
|||||||
view's preference. Applies to new and existing views.
|
view's preference. Applies to new and existing views.
|
||||||
- *no-tearing*: Disable tearing for the view regardless of the view's
|
- *no-tearing*: Disable tearing for the view regardless of the view's
|
||||||
preference. Applies to new and existing views.
|
preference. Applies to new and existing views.
|
||||||
- *warp*: Always warp the cursor when switching to this view, regardless of
|
- *warp*: Always warp the cursor when switching to this view, regardless of
|
||||||
the _set-cursor-warp_ setting. Applies to new and existing views.
|
the _set-cursor-warp_ setting. Applies to new and existing views.
|
||||||
- *no-warp*: Never warp the cursor when switching to this view, regardless
|
- *no-warp*: Never warp the cursor when switching to this view, regardless
|
||||||
of the _set-cursor-warp_ setting. Applies to new and existing views.
|
of the _set-cursor-warp_ setting. Applies to new and existing views.
|
||||||
|
|
||||||
Both *float* and *no-float* rules are added to the same list,
|
Both *float* and *no-float* rules are added to the same list,
|
||||||
which means that adding a *no-float* rule with the same arguments
|
which means that adding a *no-float* rule with the same arguments
|
||||||
|
Loading…
Reference in New Issue
Block a user