diff --git a/rotatetags.md b/rotatetags.md index d7b42ce..7bbf299 100644 --- a/rotatetags.md +++ b/rotatetags.md @@ -1,5 +1,5 @@ ### Description -This patch provides the ability to rotate the tagset left / right. It implements a new function rotatetags which modifies the current tagset. Same as original dwm patch. Also adds ability to "shift" focused client to left / right tag. +This patch provides the ability to rotate the tagset left / right. It implements a new function rotatetags which modifies the current tagset. Same as original dwm patch. Also adds ability to "shift" focused client to left / right tag. Same as [shiftview](https://github.com/djpohly/dwl/wiki/shiftview) patch, but does not skip empty tags. ### Download - [2023-07-17](https://github.com/djpohly/dwl/compare/main...korei999:rotatetags.patch)