Created relativemouseresize (markdown)

Spencer Skylar Chan
2023-10-14 20:16:12 +00:00
parent ecc62ae346
commit 467feb5a99
+12
@@ -0,0 +1,12 @@
### Description
When resizing windows, the mouse will no longer jump to the bottom
right corner and only resize from that corner. Instead, the mouse will
resize the window in the quadrant that the resize starts at. This is the
same resize behavior as Sway and is similar to the resizehere dwm patch.
### Download
- [v0.4](https://github.com/djpohly/dwl/compare/main...schance995:dwl:relative-mouse-resize.patch)
### Authors
- [schance995](https://github.com/schance995)