diff options
| author | Leon Henrik Plickat <leonhenrik.plickat@stud.uni-goettingen.de> | 2020-07-16 19:45:45 +0200 |
|---|---|---|
| committer | Isaac Freund <ifreund@ifreund.xyz> | 2020-07-16 21:24:08 +0200 |
| commit | a93c263502db5490f389cabb6033e03616a7e1d3 (patch) | |
| tree | 75e09d9e90aebdd5264ac5db5075f583e0eda2d6 /doc/riverctl.1.scd | |
| parent | 76da7e2b0d22ad41fe28e0b8cda82d58493393c2 (diff) | |
| download | river-a93c263502db5490f389cabb6033e03616a7e1d3.tar.gz river-a93c263502db5490f389cabb6033e03616a7e1d3.tar.xz | |
Implement csd-filter-add and float-filter-add commands
Diffstat (limited to 'doc/riverctl.1.scd')
| -rw-r--r-- | doc/riverctl.1.scd | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/riverctl.1.scd b/doc/riverctl.1.scd index 94b509c..6c104ac 100644 --- a/doc/riverctl.1.scd +++ b/doc/riverctl.1.scd @@ -20,9 +20,17 @@ used to control and configure river. *close* Close the focused view. +*csd-filter-add* _app-id_ + Add an app-id to the CSD filter list. Windows with this app-id are allowed + to use client side decoration instead of the default server side decoration. + *exit* Exit the compositor, terminating the Wayland session. +*float-filter-add* _app-id_ + Add an app-id to the float filter list. Windows with this app-id will start + floating. + *focus-output* *next*|*previous* Focus next or previous output. |
