Skip to content
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

Open
Snacko opened this issue Nov 21, 2024 · 5 comments
Open

Comments

@Snacko
Copy link

Snacko commented Nov 21, 2024

-- 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??

@Snacko
Copy link
Author

Snacko commented Nov 21, 2024

UPdate:
Well, I got past that problem.

But now I'm trying to figure out how to setup profiles?

I'm getting these errors:

komorebi-tray_241121-13 5147 401
komorebi-tray_241121-13 5159 295

@starise
Copy link
Owner

starise commented Nov 23, 2024

But now I'm trying to figure out how to setup profiles?

Profiles are *.ahk files in profiles subfolder that reside in komorebi config folder: $($Env:USERPROFILE)\.config\komorebi\profiles, the folder should have been created during the first run. Please check if are present:

# 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

@Snacko
Copy link
Author

Snacko commented Nov 24, 2024

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..

  1. Is it possible to have the 'Komorebi/Stop" (and Restart) command from the SysTray icon also close the komorebi.bar?
    And does it currently also close whkd?

  2. Do I even need to have whkd running, if the Komorebi Tray has it's own AutoHotKey definitions? Do they conflict at all with both running? I seem to have key command problems with both running, and also if I don't use whkd.. The Tray app doesn't seem to control key commands by itself?

Sorry, I'm not used to this 'console' stuff, except for back with I wrote code for Mainframes with CICS, JCL, and Cobol... ;-(

@starise
Copy link
Owner

starise commented Nov 26, 2024

Is it possible to have the 'Komorebi/Stop" (and Restart) command from the SysTray icon also close the komorebi.bar? And does it currently also close whkd?

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.

@Snacko
Copy link
Author

Snacko commented Nov 26, 2024

Great, thanks!! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants