mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-09-12 12:52:05 +02:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user