summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2020-08-02 15:18:18 +0200
committerbakkeby <[email protected]>2020-08-02 15:18:18 +0200
commited7a43edf1f682e99d4d9d1796e104b69fb81e1e (patch)
tree10a4bef3ad20bcd6bc693dad02841278c5747759 /README.md
parentf067db87aa875f9290ff9328272d053942fe613b (diff)
downloaddwm-flexipatch-ed7a43edf1f682e99d4d9d1796e104b69fb81e1e.tar.gz
dwm-flexipatch-ed7a43edf1f682e99d4d9d1796e104b69fb81e1e.zip
Adding reorganizetags patch
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index a0a90bb..b7aabdc 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,8 @@ Refer to [https://dwm.suckless.org/](https://dwm.suckless.org/) for details on t
### Changelog:
+2020-08-02 - Added reorganizetags patch
+
2020-07-19 - Added barmodules patch - making extrabar, leftlayout, staticstatus and statusallmons patches redundant, added powerline patch
2020-07-18 - **Note**: Up until now building dwm-flexipath without any patches selected would have given you something more or less identical with mainstream dwm. In order to reduce complexity when it comes to maintainance future versions of dwm-flexipatch may diverge from this by making some patches non-optional. For the classic dwm-flexipatch and its many patch integration hints refer to branch [dwm-flexipatch-1.0](https://github.com/bakkeby/dwm-flexipatch/tree/dwm-flexipatch-1.0) which will be subject to bug fixes and mainstream dwm updates as far as feasible.
@@ -354,6 +356,10 @@ Refer to [https://dwm.suckless.org/](https://dwm.suckless.org/) for details on t
- [push](https://dwm.suckless.org/patches/push/)
- this patch provides a way to move clients up and down inside the client list
+ - [reorganizetags](https://dwm.suckless.org/patches/reorganizetags/)
+ - shifts all clients per tag to leftmost unoccupied tags
+ - e.g. if clients A, B, C are tagged on tags 1, 5, 9 respectively, when reorganized they will now be on tag 1, 2, and 3
+
- [resizecorners](https://dwm.suckless.org/patches/resizecorners/)
- by default, windows only resize from the bottom right corner
- with this patch the mouse is warped to the nearest corner and you resize from there