mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[BUG]: Default scoop workflow gives bad config #169
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @SRNissen on GitHub (Jan 12, 2023).
Describe the bug
Going through the default scoop installation flow for Komorebi and AHK gives an error in the AHK script
To Reproduce
in powershell:
Expected behavior
Not quite certain (I've never used komorebi before)
Actual behavior
A popup window appears:
Additional context
Add any other context about the problem here.
In particular, if you have any other AHK scripts or software running that handle any aspect of window management or manipulation
I don't believe so. I do have a UHK keyboard with some funky macros but I'm almost certain that cannot have any influence - it's all stored in the keyboard.
The contents of the first five lines of file
komorebic.lib.ahk:The contents of the first six lines of file
komorebi.ahk:@LGUG2Z commented on GitHub (Jan 12, 2023):
Hi, I am traveling without a computer right now so please forgive the brief response. It looks like you have AHK2 installed, you'll need to install 1.1 from the Scoop versions bucket to use the provided library and sample config. It is possible to use AHK2, but for now you'll have to write the entire config from scratch if you want to use it.
@SRNissen commented on GitHub (Jan 12, 2023):
Thank you for the swift response
Please enjoy your travels rather than providing me with tech support, I'll find a way to solve my own problems. I only opened the issue to let you know the suggested scoop workflow results in things not working so it should probably be modified (or removed from the guide entirely)
@jameds commented on GitHub (Jan 16, 2023):
I've found installing
versions/autohotkey1.1works.EDIT: I realize this was commented before but the command wasn't clear for me.
@LGUG2Z commented on GitHub (Jan 22, 2023):
I have been working on
whkdand using it as a replacement for AHK for all thingskomorebifor the past few days and I'm pretty happy with it. I'm going to spend some time writing documentation and getting it added to package managers, and then for the nextkomorebireleasewhkdwill be the recommended hotkey daemon, complete with a sample config.Anyone who is interested in using
whkdnow can play around with my personalwhkdrcfile as a starting point for their own configuration:There is also the
feature/whkdbranch in this repo which will automatically load configuration from akomorebi.ps1file (#339) and generates application-specific configs in a PowerShell file that can be imported: