Add cursor warp option
This commit is contained in:
@ -315,12 +315,16 @@ matches everything while _\*\*_ and the empty string are invalid.
|
||||
view's preference. Applies to new and existing views.
|
||||
- *no-tearing*: Disable tearing for the view regardless of the view's
|
||||
preference. Applies to new and existing views.
|
||||
- *warp*: Always warp the cursor when switching to this view, regardless of
|
||||
the _set-cursor-warp_ setting. Applies to new and existing views.
|
||||
- *no-warp*: Never warp the cursor when switching to this view, regardless
|
||||
of the _set-cursor-warp_ setting. Applies to new and existing views.
|
||||
|
||||
Both *float* and *no-float* rules are added to the same list,
|
||||
which means that adding a *no-float* rule with the same arguments
|
||||
as a *float* rule will overwrite it. The same holds for *ssd* and
|
||||
*csd*, *fullscreen* and *no-fullscreen*, *tearing* and
|
||||
*no-tearing* rules.
|
||||
*no-tearing*, *warp* and *no-warp* rules.
|
||||
|
||||
If multiple rules in a list match a given view the most specific
|
||||
rule will be applied. For example with the following rules
|
||||
@ -348,7 +352,7 @@ matches everything while _\*\*_ and the empty string are invalid.
|
||||
*rule-del* [*-app-id* _glob_|*-title* _glob_] _action_
|
||||
Delete a rule created using *rule-add* with the given arguments.
|
||||
|
||||
*list-rules* *float*|*ssd*|*tags*|*position*|*dimensions*|*fullscreen*
|
||||
*list-rules* *float*|*ssd*|*tags*|*position*|*dimensions*|*fullscreen*|*warp*
|
||||
Print the specified rule list. The output is ordered from most specific
|
||||
to least specific, the same order in which views are checked against
|
||||
when searching for a match. Only the first matching rule in the list
|
||||
|
Reference in New Issue
Block a user