At startup, Ansel will automatically run the Lua scripts $Ansel/share/Ansel/luarc
and $HOME/.config/Ansel/luarc
(where $Ansel
represents the Ansel installation directory and $HOME
represents your home directory).
This is the only time Ansel will run Lua scripts by itself. These scripts can register callbacks to perform actions on various Ansel events. This callback mechanism is the primary method of triggering lua actions.