From 9ec04c764e3dfb78b4074da7c243fc0274ea1b34 Mon Sep 17 00:00:00 2001 From: Leon Henrik Plickat Date: Sat, 19 Jun 2021 08:52:58 +0200 Subject: river: add commands to remove filter entries --- doc/riverctl.1.scd | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/riverctl.1.scd b/doc/riverctl.1.scd index cebac70..7a96398 100644 --- a/doc/riverctl.1.scd +++ b/doc/riverctl.1.scd @@ -23,14 +23,24 @@ over the Wayland protocol. *csd-filter-add* _app-id_ Add _app-id_ to the CSD filter list. Views with this _app-id_ are told to use client side decoration instead of the default server - side decoration. + side decoration. Note that this affects only new views, not already + existing ones. + +*csd-filter-remove* _app-id_ + Remove an _app-id_ from the CSD filter list. Note that this affects only new + views, not already existing ones. *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. + 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. *focus-output* *next*|*previous*|*up*|*right*|*down*|*left* Focus the next or previous output or the closest output in any direction. -- cgit v1.2.3