index.md - sites - public wiki contents of suckless.org | |
git clone git://git.suckless.org/sites | |
Log | |
Files | |
Refs | |
--- | |
index.md (753B) | |
--- | |
1 movethrow | |
2 ========= | |
3 | |
4 Description | |
5 ----------- | |
6 This patch is very similar to [moveplace](https://dwm.suckless.org/patch… | |
7 but with slightly altered functionality. | |
8 | |
9 It allows you to "throw" windows in 4 directions. Thrown windows will be… | |
10 just the X or Y axis as far as possible without them exceeding the scree… | |
11 Unlike in [moveplace](https://dwm.suckless.org/patches/moveplace/), they… | |
12 original size. There's also an option to center a window. | |
13 | |
14 This patch modifies the `config.def.h` file, be sure to copy your prefer… | |
15 to `config.h`. | |
16 | |
17 Download | |
18 -------- | |
19 * [dwm-movethrow-6.2.diff](dwm-movethrow-6.2.diff) | |
20 | |
21 Authors | |
22 ------- | |
23 * Randoragon `<`[email protected]`>` | |
24 * cd (original moveplace) |