Add rotatetags

korei999 2024-01-23 12:22:01 +00:00
parent 28b0341203
commit 58c1fd8eff

9
rotatetags.md Normal file

@ -0,0 +1,9 @@
### 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 move focused client to left / right adjacent tag by specifying appropriate enum value as argument.
### Download
- [git branch](https://codeberg.org/korei999/dwl/src/branch/rotatetags)
- [2024-01-23](https://codeberg.org/korei999/dwl-patches/raw/branch/main/rotatetags/rotatetags.patch)
### Authors
- [korei999](https://codeberg.org/korei999)