index.md - sites - public wiki contents of suckless.org | |
git clone git://git.suckless.org/sites | |
Log | |
Files | |
Refs | |
--- | |
index.md (1382B) | |
--- | |
1 resizehere | |
2 ========== | |
3 | |
4 Description | |
5 ----------- | |
6 Changes the resizing behaviour. Instead of warping the pointer to the bo… | |
7 the pointer will stay in the same place and the window will resize as yo… | |
8 | |
9 Positioning the Mouse over the Client | |
10 +-------------------------+ | |
11 | | | |
12 | +---------+ | | |
13 | | | | | |
14 | | C | | | |
15 | | M | | | |
16 | +---------+ | | |
17 | | | |
18 +-------------------------+ | |
19 | |
20 Original behaviour: | |
21 Resizing warps the mouse to the bottom right corner | |
22 +-------------------------+ | |
23 | | | |
24 | +-------------+ | | |
25 | | | | | |
26 | | C | | | |
27 | | | | | |
28 | +-------------M | | |
29 | | | |
30 +-------------------------+ | |
31 | |
32 New behaviour: | |
33 Mouse stays at the same place, resizing happens relative to mous… | |
34 +-------------------------+ | |
35 | | | |
36 | +-------------+ | | |
37 | | | | | |
38 | | C | | | |
39 | | M | | | |
40 | +-------------+ | | |
41 | | | |
42 +-------------------------+ | |
43 | |
44 Download | |
45 -------- | |
46 * [dwm-resizehere-20230824-e81f17d.diff](dwm-resizehere-20230824-e81f17d… | |
47 | |
48 Authors | |
49 ------- | |
50 * Gergő Gutyina - <[email protected]> |