index.md (753B)
1 movethrow 2 ========= 3 4 Description 5 ----------- 6 This patch is very similar to [moveplace](https://dwm.suckless.org/patches/moveplace/), 7 but with slightly altered functionality. 8 9 It allows you to "throw" windows in 4 directions. Thrown windows will be moved along 10 just the X or Y axis as far as possible without them exceeding the screen borders. 11 Unlike in [moveplace](https://dwm.suckless.org/patches/moveplace/), they get to keep their 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 preferred bindings 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 `<`randoragongamedev@gmail.com`>` 24 * cd (original moveplace)