diff options
| author | Ben Fiedler <git@bfiedler.ch> | 2021-08-31 21:26:17 +0200 |
|---|---|---|
| committer | Isaac Freund <ifreund@ifreund.xyz> | 2021-09-06 12:44:25 +0000 |
| commit | 546252aecf1dccbf74aaf6f14add63c2c6db938c (patch) | |
| tree | eb612590d11d2e84b2b45423a62b0583f9b721a9 /doc/riverctl.1.scd | |
| parent | e59c2a73d72853cb54f55eecc446f337c94cda24 (diff) | |
| download | river-546252aecf1dccbf74aaf6f14add63c2c6db938c.tar.gz river-546252aecf1dccbf74aaf6f14add63c2c6db938c.tar.xz | |
river: Allow floating based on window titles
This extends the `float-filter-add` command to allow matching on window
titles as well, using a `float-filter-add kind pattern` syntax. The
following kinds are supported:
* `title`, which matches window titles
* `app-id`, which matches app ids
Only exact matches are considered.
As an example following configuration floats all windows with the title
'asdf with spaces'.
riverctl float-filter-add title 'asdf with spaces'
Diffstat (limited to 'doc/riverctl.1.scd')
| -rw-r--r-- | doc/riverctl.1.scd | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/riverctl.1.scd b/doc/riverctl.1.scd index ae6ac48..68cbbb6 100644 --- a/doc/riverctl.1.scd +++ b/doc/riverctl.1.scd @@ -41,14 +41,14 @@ over the Wayland protocol. *exit* Exit the compositor, terminating the Wayland session. -*float-filter-add* _app-id_ - Add _app-id_ to the float filter list. Views with this _app-id_ - will start floating. Note that this affects only new views, not already - existing ones. - -*float-filter-remove* _app-id_ - Remove an _app-id_ from the float filter list. Note that this affects only - new views, not already existing ones. +*float-filter-add* *app-id*|*title* _pattern_ + Add a pattern to the float filter list. Note that this affects only new + views, not already existing ones. Title updates are also not taken into + account. + +*float-filter-remove* *app-id*|*title* _pattern_ + Remove an app-id or title from the float filter list. Note that this + affects only new views, not already existing ones. *focus-output* *next*|*previous*|*up*|*right*|*down*|*left* Focus the next or previous output or the closest output in any direction. |
