Compare commits

..

No commits in common. "200ff6ee53f4a4ed95a5bdea58296f764536fb2e" and "8b1f9fbdb2c3394bc26a9ff0ac872f64c38e29f7" have entirely different histories.

2 changed files with 12 additions and 2 deletions

View File

@ -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)

View File

@ -6,8 +6,6 @@ When resizing windows, the mouse will jump and resize the window in the quadrant
- [2024-07-09](https://codeberg.org/dwl/dwl-patches/raw/commit/0bd725d0786248e1dfedbe6aa7453edfe736de43/patches/relative-mouse-resize/relative-mouse-resize.patch)
- [2024-04-11](https://codeberg.org/dwl/dwl-patches/raw/commit/655fd2916c1bcaa022ce6dcdfb370051cf64df66/relative-mouse-resize/relative-mouse-resize.patch)
- [v0.5](https://codeberg.org/dwl/dwl-patches/raw/commit/b828e21717fa584affeb3245359c3ab615759fa4/relative-mouse-resize/relative-mouse-resize.patch)
- [v0.4](https://codeberg.org/schance995/dwl/commit/c9a0c55daeb5c75cc0defa9b82f82eccd13f06c7.patch)
### Authors
- [wochap](https://codeberg.org/wochap)
- [schance995](https://codeberg.org/schance995)