diff --git a/docs/common-workflows/autohotkey.md b/docs/common-workflows/autohotkey.md index bf772064e..f7d00f3dd 100644 --- a/docs/common-workflows/autohotkey.md +++ b/docs/common-workflows/autohotkey.md @@ -21,9 +21,6 @@ hotkey bindings. # save the latest generated komorebic library to ~/komorebic.lib.ahk iwr https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.20/komorebic.lib.ahk -OutFile $Env:USERPROFILE\komorebic.lib.ahk -# save the latest generated app-specific config tweaks and fixes to ~/komorebi.generated.ahk -iwr https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.20/komorebi.generated.ahk -OutFile $Env:USERPROFILE\komorebi.generated.ahk - # save the sample komorebi configuration file to ~/komorebi.ahk iwr https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.20/komorebi.sample.ahk -OutFile $Env:USERPROFILE\komorebi.ahk ``` diff --git a/komorebic.lib.ahk b/komorebic.lib.ahk index e1e279b4a..29a5ff0c3 100644 --- a/komorebic.lib.ahk +++ b/komorebic.lib.ahk @@ -1,4 +1,4 @@ -; Generated by komorebic.exe +#Requires AutoHotkey v2.0.2 Start(ffm, await_configuration, tcp_port) { RunWait("komorebic.exe start " ffm " --await-configuration " await_configuration " --tcp-port " tcp_port, , "Hide")