2025-04-02 16:06:24 +07:00

19 lines
740 B
Markdown

### Description
Add the ability to move floating window according to cardinal direction and center.
If gaps needs to be respected, there's a gap patch that needs to be applied after the main patch.
```
|u|i|o|
|j|k|l|
|m|,|.|
```
For example, with the default keybinding, you can move floating window to the east direction by pressing `MODKEY+LOGO+l`.
### Download
- [git branch](/markus-langgeng/dwl/src/branch/0.7-movetocardinaldir)
- [0.7 movetocardinaldir](/dwl/dwl-patches/raw/branch/main/patches/movetocardinaldir/movetocardinaldir.patch) and [0.7 movetocardinaldir-gaps](/dwl/dwl-patches/raw/branch/main/patches/movetocardinaldir/movetocardinaldir-gaps.patch)
### Author
- [markus-langgeng](https://codeberg.org/markus-langgeng)