refactor(ahk): merge ahk v1/v2 exe env vars

This commit is contained in:
LGUG2Z
2023-02-19 07:39:46 -08:00
committed by جاد
parent 0c8eceb0c4
commit f87d4d520b
3 changed files with 17 additions and 52 deletions
+2 -5
View File
@@ -274,11 +274,8 @@ scoop install autohotkey1.1
If you install AutoHotKey using a different method, the name of the executable file may differ from the name given by
`scoop`, and thus what is expected by default in `komorebi`.
You may override the executables that `komorebi` looks for to launch and reload `komorebi.ahk` configuration files using
by setting one of the following two environment variables depending on which version of AutoHotKey you wish to use:
- `$Env:KOMOREBI_AHK_V1_EXE`
- `$Env:KOMOREBI_AHK_V2_EXE`
You may override the executable that `komorebi` looks for to launch and reload `komorebi.ahk` configuration files by
setting the `$Env:KOMOREBI_AHK_EXE` environment variable.
Please keep in mind that even when setting a custom executable name using these environment variables, the executables
are still required to be in your `Path`.