Hi, i'm getting a SEGFAULT when running skhd 0.0.10 in a terminal on El Capitan 10.11.6.
The config file is the one from the examples dir, unmodified.
~> brew install skhd
Updating Homebrew...
==> Installing skhd from koekeishiya/formulae
==> Downloading https://github.com/koekeishiya/skhd/archive/v0.0.10.zip
Already downloaded: /Users/rleblic/Library/Caches/Homebrew/skhd-0.0.10.zip
==> make install
==> Caveats
Copy the example configuration into your home directory:
cp /usr/local/opt/skhd/share/skhd/examples/skhdrc ~/.skhdrc
If the formula has been built with --with-logging, logs will be found in
/usr/local/var/log/skhd/skhd.[out|err].log
To have launchd start koekeishiya/formulae/skhd now and restart at login:
brew services start koekeishiya/formulae/skhd
Or, if you don't want/need a background service you can just run:
skhd
==> Summary
🍺 /usr/local/Cellar/skhd/0.0.10: 7 files, 51KB, built in 2 seconds
~> skhd
skhd: using config '/Users/rleblic/.skhdrc'
(#34) hotkey :: {
mod: 'cmd'
key: 'return' (0x24)
cmd: 'open -na /Applications/Kitty.app'
}
(#37) hotkey :: {
mod: 'alt'
fish: 'skhd' terminated by signal SIGSEGV (Address boundary error)
Hi, i'm getting a SEGFAULT when running skhd 0.0.10 in a terminal on El Capitan 10.11.6. The config file is the one from the examples dir, unmodified.