Go to file
2022-08-07 11:44:13 +02:00
.clang-format clang-format 2022-08-07 11:43:57 +02:00
.gitignore Updated readme .gitignore 2021-10-24 17:35:20 +05:30
LICENSE initial commit 2021-10-24 17:09:27 +05:30
Makefile initial commit 2021-10-24 17:09:27 +05:30
README.md Fixed readme 2021-10-24 17:41:05 +05:30
river-control-unstable-v1.xml initial commit 2021-10-24 17:09:27 +05:30
river-shifttags.1 initial commit 2021-10-24 17:09:27 +05:30
river-shifttags.c Make shifting behave like I want to 2022-08-07 11:44:13 +02:00
river-status-unstable-v1.xml initial commit 2021-10-24 17:09:27 +05:30

river-shifttags

A small utility for the river Wayland compositor to rotate the focused tags.

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