> The Mac operating system still Just. Fucking. Sucks. at remembering where windows were, when relaunching apps. I agree and it's confounding. For me it's even worse: when plugging back into my home office after some work on the road, it doesn't remember the window positions associated with that setup, and I have to reorganize my dozens of windows away from the laptop screen again. I've solved this through a 3rd-part…
Multiple Displays on a Mac Sucks
41–50 of 314 posts
Re: Multiple Displays on a Mac Sucks
#42Re: Multiple Displays on a Mac Sucks
#43In my experience macOS doesn't even remember where spaces should be.
Re: Multiple Displays on a Mac Sucks
#44Earlier quoted context omitted.
I'm on Linux and I don't have any of these issues
Tiling window manager with rules for window placements. It's not for non-devs, but for me it's perfect.
When I was still using macOS one to two years ago, I was using yabai [1] and it was perfect
Re: Multiple Displays on a Mac Sucks
#45Re: Multiple Displays on a Mac Sucks
#46Re: Multiple Displays on a Mac Sucks
#47It will not solve all the problems, but at least it will allow for fast key-based window movement instead of slow drag-and dropping with the mouse.
Re: Multiple Displays on a Mac Sucks
#48The external display limitations of Apple silicon Macs are inscrutable and infuriating. I have an M3 Pro from work. At the office, I plug it into an HP dock with a single USB-C cable (which I believe is TB4). I have 3 displays connected to the dock and they all work. I purchased the exact same dock for my home, but only 2 of my displays work there. I think the M3 Pro is documented to support 2 displays; you have to g…
Re: Multiple Displays on a Mac Sucks
#49> The Mac operating system still Just. Fucking. Sucks. at remembering where windows were, when relaunching apps. I agree and it's confounding. For me it's even worse: when plugging back into my home office after some work on the road, it doesn't remember the window positions associated with that setup, and I have to reorganize my dozens of windows away from the laptop screen again. I've solved this through a 3rd-part…
It feels like someone is walking over to your desk and moving everything around, just to annoy you.
Re: Multiple Displays on a Mac Sucks
#50I don't think the issues of multi display really are only due the OS, my personal experience on multiple platform is that is suck regardless of whatever one thinks the solution would be. There are insolvable constraints implied by multi display: - Screen going on and off is an asynchronous mechanism that the OS has to treat by an event driven implementation. - All states must be valid (all graphical stuff must be put…
Turned out it's a dance between systemd putting system to sleep because external display is not connected and waking up because external display is connected. I might be wrong about it, but basically display takes some time to initialize and without input it'll turn off, so those events couldn't alight. What's worse it worked sometimes, so I spent some time distro-hopping, because I thought it's a bug in kernel or mesa.
In the end I just disabled sleep mode in systemd. I don't like this solution, but it's Linux, what could I say... At least I was able to disable it, LoL. Probably with Mac I would have to live with it.