mirror of
https://codeberg.org/dwl/dwl-patches.git
synced 2025-10-27 02:04:16 +00:00
15 lines
744 B
Markdown
15 lines
744 B
Markdown
### Description
|
|
Enables hot-reloading of dwl; meaning almost all logic can be changed at runtime.
|
|
This obviously requires some black magic so for now there's a glibc 2.0 or later
|
|
dependency to this.
|
|
In particular this allows for every option in config.h to be changed at runtime.
|
|
to do this simply make a change. run `make` again and press your reload hotkey (Mod+Shift+R by default).
|
|
|
|
### Download
|
|
- [0.7](/dwl/dwl-patches/raw/branch/main/patches/hot-reload/hot-reload-0.7.patch)
|
|
- [main 2025-01-28](/dwl/dwl-patches/raw/branch/main/patches/hot-reload/hot-reload.patch)
|
|
- find the repo for the patch [here](/Sivecano/dwl_hot)
|
|
### Authors
|
|
- [Sivecano](https://codeberg.org/Sivecano)
|
|
- Sérécano at [dwl Discord](https://discord.gg/jJxZnrGPWN)
|