Ian Ynda-Hummel

Results 196 comments of Ian Ynda-Hummel
trafficstars

Could possibly be a launch daemon somehow? You can run the launchctl with sudo to see. Otherwise, you could grep for the current pid instead of an amethyst name to...

Also, this issue may be of help. https://github.com/Homebrew/homebrew-cask/issues/51646

You may need to reinstall it first. My impression is that the application was put in a quarantined state as a result of the homebrew installation, and it's stuck there...

You can try putting a dot file in that disables the window count limitation and only uses the floating layout. That would functionally disable it for the most part.

Sorry, I haven't had access to a machine I can test this on yet today.

This is the guide: https://github.com/ianyh/Amethyst/blob/development/docs/configuration-files.md

Okay, I can't reproduce this, but I've read up more on app translocation. One thing you can try is reinstalling via homebrew, but then manually move the application bundle around...

Also, here is specifically what the `~/.amethyst.yml` would look like: ```yaml layouts: - floating window-max-count: 0 ```

Okay. How about installing directly? The newest beta would be the one to try. https://github.com/ianyh/Amethyst/releases/tag/v0.21.0b If that doesn't change anything, then I can try giving you a version of that...

@jamesharr could you try 0.20.0b3?