rotatetags ======

Description

This patch provides the ability to rotate the tagset left / right. It implements a new function rotatetags which modifies the current tagset. It accepts the following values:

If the tag would be shifted off the end, i.e. rotating tag 9 up, it will rotate back to tag 1.

Default key bindings

 Key        Argument   Description
-----------------------------------
 Mod-Right  +1         Rotate tagset "up".
 Mod-Left   -1         Rotate tagset "down".

Download

Author