command/focus-view: add -skip-floating

This commit is contained in:
Leon Henrik Plickat
2023-11-10 04:53:20 +01:00
committed by Isaac Freund
parent 6491310e12
commit b77b42f0d6
2 changed files with 16 additions and 4 deletions

View File

@ -50,10 +50,12 @@ necessarily disjunct), an analogy to workspaces.
Focus the next or previous output, the closest output in any direction
or an output by name.
*focus-view* *next*|*previous*|*up*|*down*|*left*|*right*
*focus-view* [*-skip-floating*] *next*|*previous*|*up*|*down*|*left*|*right*
Focus the next or previous view in the stack or the closest view in
any direction.
- *-skip-floating*: Skip floating views, only focusing tiled ones.
*move* *up*|*down*|*left*|*right* _delta_
Move the focused view in the specified direction by _delta_ logical
pixels. The view will be set to floating.