-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I think I installed this correctly, but I keep getting that popup. #3
Comments
Profiles are *.ahk files in # Check if folder exists
PS> Test-Path "$($Env:USERPROFILE)\.config\komorebi\profiles"
True
# List profiles
PS> ls "$($Env:USERPROFILE)\.config\komorebi\profiles"
Directory: C:\Users\YOUR\.config\komorebi\profiles
Mode LastWriteTime Length Name
---- ------------- ------ ----
-a--- 03/06/2024 00:39 1914 default.ahk
-a--- 07/07/2024 00:24 2742 windows.ahk By default there are 2 profiles, the default one (same as the komorebi default one, VIM-style) and another one more windows-friendly. You can find them here: https://github.com/starise/komorebi-tray/tree/main/profiles |
Thanks for the quick reply. Yes, I finally did figure that out and got rid of those errors. But I have a few more questions..
Sorry, I'm not used to this 'console' stuff, except for back with I wrote code for Mainframes with CICS, JCL, and Cobol... ;-( |
I don't use the bar that's why it does not care of it, but I can add the feature. 👍 komorebi-tray only uses ahk to work. whkd is a different daemon that someone might decide to use it for a different purpose, so I think it should not be stopped by force. |
Great, thanks!! 👍 |
-- KOMOREBI_CONFIG_HOME is Required --
I have that env variable setup in my PS microsoft profile. and in my komorebi.json, and it's working fine. it sees the files in the location of the env var : c:\users\xxxxx.config\komorobi...
What else do I need to do??
The text was updated successfully, but these errors were encountered: