Skip to content

Commit

Permalink
Mention optional arguments in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
NickHastings committed May 8, 2024
1 parent dfd8885 commit c262cd1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@ The script can be called using spawn in the users init file. For example:
riverctl map normal Mod4 Up spawn "cycle-focused-tags previous 9"
riverctl map normal Mod4 Down spawn "cycle-focused-tags next 9"
```
Optional arguments can be passed to modify the behaviour, including:

- Skip empty tags
- Skip occupied tags
- Cycle tags on all displays
- Move currently focused window with the tags

Run `cycle-focused-tags --help` for details.


## Install
Expand Down

0 comments on commit c262cd1

Please sign in to comment.