# fcitx5-hooks This is a fcitx5 module that allows the user to run scripts on various fcitx events! ## Build ```bash ./build.sh ``` ## Install ```bash ./install.sh ``` Now, restart fcitx, and you should get the hooks module! ## Hooks available All hooks are stored in `~/.config/fcitx5-hooks/` | Name | File | |----------------------|------------------------------| | InputContextFocusIn | input-context-focus-in-hook | | InputContextFocusOut | input-context-focus-out-hook |