reload_configuration
On this page
wakterm.reload_configuration()#
Immediately causes the configuration to be reloaded and re-applied.
If you call this at the file scope in your config you will create an infinite loop that renders wakterm unresponsive, so don't do that!
The intent is for this to be used from an event or timer callback function.