diff --git a/komorebi.generated.ahk b/komorebi.generated.ahk index 01a427e0..b485f7ac 100644 --- a/komorebi.generated.ahk +++ b/komorebi.generated.ahk @@ -16,6 +16,10 @@ RunWait('komorebic.exe identify-tray-application class "CreativeCloudDesktopWind ; Adobe Photoshop RunWait('komorebic.exe identify-border-overflow-application class "Photoshop"', , "Hide") +; Akiflow +; If you have disabled minimize/close to tray for this application, you can delete/comment out the next line +RunWait('komorebic.exe identify-tray-application exe "Akiflow.exe"', , "Hide") + ; ArmCord RunWait('komorebic.exe identify-border-overflow-application exe "ArmCord.exe"', , "Hide") ; If you have disabled minimize/close to tray for this application, you can delete/comment out the next line diff --git a/komorebi.generated.ps1 b/komorebi.generated.ps1 index 2603eb0f..00d2aaa6 100644 --- a/komorebi.generated.ps1 +++ b/komorebi.generated.ps1 @@ -16,6 +16,10 @@ komorebic.exe identify-tray-application class "CreativeCloudDesktopWindowClass" # Adobe Photoshop komorebic.exe identify-border-overflow-application class "Photoshop" +# Akiflow +# If you have disabled minimize/close to tray for this application, you can delete/comment out the next line +komorebic.exe identify-tray-application exe "Akiflow.exe" + # ArmCord komorebic.exe identify-border-overflow-application exe "ArmCord.exe" # If you have disabled minimize/close to tray for this application, you can delete/comment out the next line