From 58c1fd8eff10857686feab95c4d32242636d512b Mon Sep 17 00:00:00 2001 From: korei999 Date: Tue, 23 Jan 2024 12:22:01 +0000 Subject: [PATCH] Add rotatetags --- rotatetags.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 rotatetags.md diff --git a/rotatetags.md b/rotatetags.md new file mode 100644 index 0000000..f981847 --- /dev/null +++ b/rotatetags.md @@ -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) \ No newline at end of file