fix(ahk): implement syntax corrections by @sitiom

This commit implements the suggestions made by @sitiom on Discord:
https://discord.com/channels/898554690126630914/898554690608967786/1097403455267667968

re #324
This commit is contained in:
LGUG2Z
2023-04-18 12:05:54 -07:00
committed by جاد
parent 60d3ecd8aa
commit e044a5a16f
6 changed files with 359 additions and 360 deletions

View File

@@ -26,10 +26,7 @@ install:
komorebic pwsh-asc '~/komorebi-application-specific-configuration/applications.yaml'
cat '~/.config/komorebi/komorebi.generated.ps1' >komorebi.generated.ps1
cat '~/.config/komorebi/komorebi.generated.ahk' >komorebi.generated.ahk
echo '#Requires AutoHotkey v2.0.2' >komorebic.lib.ahk
echo '#SingleInstance Force' >>komorebic.lib.ahk
echo '' >>komorebic.lib.ahk
cat '~/.config/komorebi/komorebic.lib_newV2.ahk' >>komorebic.lib.ahk
cat '~/.config/komorebi/komorebic.lib_newV2.ahk' >komorebic.lib.ahk
run:
just install-komorebic