AdamWagner / stackline

Visualize yabai window stacks on macOS. Works with yabai & hammerspoon.
944 stars 47 forks source link

Not able to make stackline work for yabai #107

Closed tonyma closed 2 years ago

tonyma commented 2 years ago

Not able to make the stack icon works for yabai, here are the hammerspoon console log when triggering window stack in yabai:

image

And getting this error when run hs -c "stackline.config:toggle('appearance.showIcons')" command

image

I am using M1 Mac Pro

Anyone able to help, please 🙏🏼

Mr-istov commented 2 years ago

Hey @tonyma, the first warning looks like it might be related to https://github.com/AdamWagner/stackline/issues/82. I had the same problem on an M1 Mac, and since I installed yabai through brew, it's path is under /opt/homebrew/bin/yabai, so after tweaking the conf.lua as they mentioned in that issue, it started working.

tonyma commented 2 years ago

Awesome, it just worked. thanks @Mr-istov .