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

enable-autostart always includes -masir in shortcut #1178

Closed
rahimnathwani opened this issue Dec 15, 2024 · 1 comment
Closed

enable-autostart always includes -masir in shortcut #1178

rahimnathwani opened this issue Dec 15, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@rahimnathwani
Copy link

Summary

I installed using scoop. I followed the documentation to enable-autostart, specifying --bar -whkd.

However, the shortcut created in shell:startup also includes -masir.

But, because I don't have masir installed, the shortcut fails, and komorebi never starts.

Manually editing the shortcut and removing -masir makes it work perfectly.

Thank you for making komorebi!

Version Information

Latest

Komorebi Configuration

Default

Hotkey Configuration

Default

Output of komorebic check

No home detected.
Found komorebi.json
Found whkdrc

@rahimnathwani rahimnathwani added the bug Something isn't working label Dec 15, 2024
@LGUG2Z
Copy link
Owner

LGUG2Z commented Dec 15, 2024

komorebi/komorebic/src/main.rs

Lines 1537 to 1539 in 10539a4

if args.bar {
arguments.push_str(" --masir");
}

Typo on my end 😅

This will be fixed in the next nightly release

@LGUG2Z LGUG2Z closed this as completed in be0671b Dec 15, 2024
@LGUG2Z LGUG2Z pinned this issue Dec 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants