river-shifttags/README.md

32 lines
407 B
Markdown
Raw Permalink Normal View History

2021-10-24 12:05:20 +00:00
# river-shifttags
2021-10-23 21:17:25 +00:00
2021-10-24 12:11:05 +00:00
A small utility for the river Wayland compositor to rotate the focused tags.
2021-10-24 12:05:20 +00:00
# Installation
```
$ make
# make install
```
# Usage
To rotate the currently focused once to the right
```
river-shifttags
```
To rotate the currently focused once to the left
```
river-shifttags --shifts -1
```
To rotate a different number of tags
```
river-shifttags --num-tags 16
```
# License
GPLv3