summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2020-08-27 07:34:21 +0200
committerbakkeby <[email protected]>2020-08-27 07:34:21 +0200
commitb3d336322e56637c7e157a44695dab6def2fcb05 (patch)
tree6a64e4bf744bdbcd01eeccdaa00c5281403014be /README.md
parent376b48e4d21258e6de5e8da014e555aca399703b (diff)
downloaddwm-flexipatch-b3d336322e56637c7e157a44695dab6def2fcb05.tar.gz
dwm-flexipatch-b3d336322e56637c7e157a44695dab6def2fcb05.zip
Adding aspectresize patch
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index cb2435a..a7e3f36 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-27 - Added aspectresize patch
+
2020-08-25 - Unified tag icon handling while adding support for different icons per monitor. Added alttagsdecoration patch.
2020-08-22 - Added logic to auto-hide bars if nothing is drawn on them (e.g. for standalone bars that only show certain clients). Added clientindicators patch and unified indicator code. Simplified Pango integration by settling on common function signatures.
@@ -170,6 +172,9 @@ Refer to [https://dwm.suckless.org/](https://dwm.suckless.org/) for details on t
- [alwaysfullscreen](https://dwm.suckless.org/patches/alwaysfullscreen/)
- prevents the focus to drift from the active fullscreen client when using focusstack\(\)
+ - [aspectresize](https://dwm.suckless.org/patches/aspectresize/)
+ - allows windows to be resized with its aspect ratio remaining constant
+
- [attachabove](https://dwm.suckless.org/patches/attachabove/)
- new windows are placed above selected client