Ian Ynda-Hummel

Results 190 comments of Ian Ynda-Hummel
trafficstars

It is not currently possible, but would be possible to implement.

It's unfortunately not that simple. Some applications just use normal windows for their "modals," so you can't reliably differentiate them.

What version are you running?

Might be addressed with #1396

You may be able to replicate this with window margins and the fullscreen layout instead of making a whole custom layout.

Ah, so it depends on what application the currently focused window belongs to? I can create a custom layout template to make it easier to modify so you would be...

There is a problem with this which is non-stateful layouts are intentionally oblivious to things like the count of windows on the screen. The layout logic could be changed to...

Are the window changes animated?

I need to write up some documentation on it, but I added some debugging tools in 0.20. So you can inspect the windows and applications with ``` % /Applications/Amethyst.app/Contents/MacOS/Amethyst debug...

Could you upload your whole config file?