Updated rotatetags (markdown)

korei999 2023-07-17 01:32:18 +03:00
parent 7a9727447f
commit e8b2a8605d

@ -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)