Updated rotatetags (markdown)

korei999 2023-10-12 18:12:09 +03:00
parent 0269a95dc0
commit df71ea2769

@ -1,8 +1,8 @@
### Description ### 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. Same as [shiftview](https://github.com/djpohly/dwl/wiki/shiftview) patch, but does not skip empty tags. 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](https://dwm.suckless.org/patches/rotatetags/). Also adds ability to move focused client to left / right adjacent tag by specifying argument number as -2 or 2.
### Download ### Download
- [2023-07-17](https://github.com/djpohly/dwl/compare/main...korei999:rotatetags.patch) - [2023-10-12](https://github.com/djpohly/dwl/compare/main...korei999:rotatetags.patch)
### Authors ### Authors
- [korei](https://github.com/korei999) - [korei](https://github.com/korei999)