From df71ea2769fe59fb97188466a201891371648ca4 Mon Sep 17 00:00:00 2001 From: korei999 <93387739+korei999@users.noreply.github.com> Date: Thu, 12 Oct 2023 18:12:09 +0300 Subject: [PATCH] Updated rotatetags (markdown) --- rotatetags.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rotatetags.md b/rotatetags.md index 7bbf299..f2f9b28 100644 --- a/rotatetags.md +++ b/rotatetags.md @@ -1,8 +1,8 @@ ### 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 -- [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 - [korei](https://github.com/korei999) \ No newline at end of file