feat(komokana): initial commit

This is the initial commit of a minimal working version of komokana, a
daemon that I'm starting to use both as a kanata current layer
notification widget, and as a way to automatically change kanata layers
when different conditions are met in the komorebi subscriber event
stream.

I'm not sure if this will finally be merged into the master branch or
not, but for now I'll keep the code here.
This commit is contained in:
LGUG2Z
2022-07-21 14:24:41 -07:00
parent 1c7a5ccb42
commit 580f70a5a1
6 changed files with 504 additions and 1 deletions
+4
View File
@@ -15,9 +15,13 @@ install-komorebic:
install-komorebi:
cargo +stable install --path komorebi --locked
install-komokana:
cargo +stable install --path komokana --locked
install:
just install-komorebic
just install-komorebi
just install-komokana
komorebic ahk-library
cat '%USERPROFILE%\.config\komorebi\komorebic.lib.ahk' > komorebic.lib.sample.ahk