mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[FEAT]: PowerShell configuration support #174
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 @LGUG2Z on GitHub (Jan 20, 2023).
Originally assigned to: @LGUG2Z on GitHub.
Is your feature request related to a problem? Please describe.
The release of AHKv2 has been very frustrating; besides the difficulty in replicating the komorebic.lib AHK library for v2, whenever running v2 and sending commands that change window focus,
komorebiis faced withaccess deniederrors. I'm not sure it's worth investing the time into achieving feature parity between AHKv1 and AHKv2 for komorebi users.Describe the solution you'd like
First-class support in komorebi to load configuration from a
ps1file, which could also be used to start a hotkey daemon that I'm working on, similarly to howsxhkdis usually started inbspwmrc."First-class support" would include auto-loading at start up and hot-reloading changes to a
komorebi.ps1file, as well as support for generating application-specific configuration tweaks that could be imported in akomorebi.ps1file.Describe alternatives you've considered
I've tried using
komorebikandhotkeyD, but I think that thesxhkd/skhd-style grammar is ultimately the way forward here instead of TOML or INI files.Additional context
How this works in bspwmrc (from the example):
How it might look for komorebi (based on what I'm currently playing with):