summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2020-06-24 14:49:30 +0200
committerbakkeby <[email protected]>2020-06-24 14:49:30 +0200
commit04906b4ddf587658f7e5f0c7201e27be2ccab01e (patch)
tree7cefc00380285ce8b5801daf161c4e114f60ee36 /README.md
parentaf30c7a7351a7b02d1e3417b5f091c4c6a97e93f (diff)
downloaddwm-flexipatch-04906b4ddf587658f7e5f0c7201e27be2ccab01e.tar.gz
dwm-flexipatch-04906b4ddf587658f7e5f0c7201e27be2ccab01e.zip
Adding resizepoint 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 5eb2158..e16c2fa 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-06-24 - Added resizepoint patch
+
2020-06-21 - Added floatpos and bar_height patches
2020-06-19 - Added tagothermonitor patch
@@ -341,6 +343,9 @@ Refer to [https://dwm.suckless.org/](https://dwm.suckless.org/) for details on t
- 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
+ - [resizepoint](https://github.com/bakkeby/patches/blob/master/dwm/dwm-resizepoint-6.2.diff)
+ - practically the same as resizecorners, but the cursor does not warp to any of the window corners
+
- [restartsig](https://dwm.suckless.org/patches/restartsig/)
- adds a keyboard shortcut to restart dwm or alternatively by using kill -HUP dwmpid
- additionally dwm can quit cleanly by using kill -TERM dwmpid