mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-04-10 11:13:57 +02:00
feat(ahk): autoload config on start
When AutoHotKey is detected, and %USERPROFILE%\komorebi.ahk exists, komorebi.exe will now try to run the ahk script after starting the command listener. For this to work smoothly, it is important to set the #SingleInstance directive to Force in komorebi.ahk, which will ensure that duplicates of the script are not run, and a new version of the script is loaded without displaying a GUI confirmation prompt. resolve #3
This commit is contained in:
@@ -84,6 +84,9 @@ by `komorebic`.
|
||||
|
||||
You can similarly stop the process by running `komorebic stop`.
|
||||
|
||||
If you have AutoHotKey installed and a `komorebi.ahk` file in your home directory (run `$Env:UserProfile` at a
|
||||
PowerShell prompt to find your home directory), `komorebi` will automatically try to load it when starting.
|
||||
|
||||
## Configuration
|
||||
|
||||
As previously mentioned, this project does not handle anything related to keybindings and shortcuts directly. I
|
||||
|
||||
Reference in New Issue
Block a user