Resizing windows on macOS Tahoe – the saga continues
141–150 of 547 posts
Re: Resizing windows on macOS Tahoe – the saga continues
#142Earlier quoted context omitted.
The defaults in every OS are set made for power users (i.e. anyone doing more than browsing the web and using office). With Windows you need to remove most of the cruft, Mac is no different; most people are using some combination of Raycast, Rectangle, Alfred, etc...
On Windows you have to change a few settings, on Mac you're suggesting all third-party software to manage core functionality. Apples Vs. oranges. I mean, yes, Windows has PowerToys which is an installed add-on, but on Mac we're not talking about Mac Vs. PowerToys, Mac isn't even competing with basic Windows features. PowerToys is competing with the PAID third-party software for Mac.
We can go the other way around if we cherry-pick in the other direction:
PowerToys Peek is a separate install, but Finder has this built-in as the Spacebar shortcut (Quick Look)
Preview App: This has been the best free PDF app on the market for decades now and Windows still doesn't have something that compares well in 2026
Spotlight: Still clearly superior to the Windows Search/keyboard-based app launching experience
AirDrop: I know, I can't include this because it's a hardware ecosystem feature, but I'm including it anyway because KDE has a better solution than Windows, and I find that totally insane. I use it on Windows, too!
Migration Assistant: I realize that Windows PCs have a lot of OEM variation, but I think Microsoft could implement a similar experience if they tried.
Backups: I don't really give Apple many points for Time Machine because (1) I don't think many people use it, and (2) I don't think it's really the greatest on its own, but it sure beats what Windows has going on with Windows Backup.
Save as PDF: This isn't a problem anymore, but for many years/decades, Apple's built-in support for turning anything that can be printed into a PDF beat out Windows by a longshot, and I remember how I used to need to install third-party tools to accomplish it.
Full device encryption: I just think the user experience of Bitlocker is piss poor, while Apple makes this a very smooth experience with a very low chance of screwing up and losing data (so long as you tie your system to your Apple ID to add that as a recovery option). The end result is that most Windows users are running unencrypted, while I imagine most Mac users are encrypted.
POSIX utilities: Now, it's not like Apple includes the greatest set of POSIX utilities, and you have to install xCode command line utilities to get many of them, but still, I am not really sure why Microsoft doesn't just port and install many of these utilities natively rather than having you either learn PowerShell, install Git for Windows, or install WSL. I think it is very clear by this point that most people who want to spend time in a terminal in the first place want to be in POSIX-land. They've got cmd.exe, PowerShell.exe, might as well add a third terminal.
Perhaps we can even make the argument that 100% of Windows users are going to install a third party text editor as using plain notepad.exe is pretty much insane, while a reasonable amount of Mac users will be 100% happy with vim.
Going beyond basic utilities, it's also worth pointing out that Apple has traditionally provided a lot more free software than Windows. iLife and iWork come to mind. Microsoft has somewhat half-heartedly followed suit with apps like ClipChamp. I don't think Microsoft ever shipped anything that came close to the quality of free app you got with GarageBand and iMovie.
I also think Microsoft has a lot more platform abandonment that affects Windows device and OS users. If you bought an original iPod and iTunes music, Apple never pulled the rug from under you. Microsoft couldn't decide between PlaysForSure and Zune, and killed both. Same deal with things like TV show and movie purchases. Windows Media Player died, iTunes (Apple Music, not to be confused with Apple Music the service) is still here, still working with original hardware, and still getting updates.
Apple just killed iTunes Movies' wishlist and they were nice enough about it to email me the full wishlist so that I could "favorite" them (which isn't 100% analogous but they were nice enough to not leave me high and dry).
I think at this point, though, I'm veering a little far off-topic.
Re: Resizing windows on macOS Tahoe – the saga continues
#143What astounds me the most about this whole thing is that the sort of hit testing involved here is a solved problem in UI, and has been for decades, yet there are still plenty of others here and elsewhere arguing about how it isn't. Even with those horrid rounded corners it's not hard, as shown in the article, which makes me wonder whether there is some internal fight between those who didn't want rounded corners (dev…
Ideally there should be some way to control the tapzone within CSS.
Last time I needed to fix the problem on a page I was responsible for it required adding an HTML element, which was far from ideal. I seem to recall I also had to explicitly add an onclick handler too (registering an onclick handler silently modifies touch behaviour on Safari - a nasty hidden side effect). There's some new badness with stealing taps in iOS26's Safari - ugggh.
Re: Resizing windows on macOS Tahoe – the saga continues
#144Earlier quoted context omitted.
On macOS, you can enable window dragging by holding down the Control+Command keys with this command: defaults write -g NSWindowShouldDragOnGesture -bool true I use this with "three finger drag", and resizing at the window border hasn't been much of an issue for me.
Wish it worked on all windows. For some reason Settings is exempt from this, for example.
Re: Resizing windows on macOS Tahoe – the saga continues
#145Re: Resizing windows on macOS Tahoe – the saga continues
#146I don’t think the problem is resolvable to everyone’s satisfaction, which speaks to the poor decision to make the windows that shape in the first place.
Re: Resizing windows on macOS Tahoe – the saga continues
#147It's bad when stock Gnome is better. That's where I am now.
I love gnome, at least how it's implemented by recent Fedoras. Whenever I go back to Mac I wonder why spotlight and mission control are two different functions
I just want to type which app to launch or do some quick math or search for something, I don't need my windows and UI to fly in 14 different directions and then back again every time I need to do those things. Ditto for just want to lazily do something on my dock with the mouse. It's seriously one of the most ill designed off-putting UX things about Gnome.
Re: Resizing windows on macOS Tahoe – the saga continues
#148Since the first taste of Linux WMs, I believe the best and only good way of handling window move and resize is super+lmb/rmb respectively. No more pixel-perfect header/corner sniping! https://www.reddit.com/r/Fedora/comments/qv0vmz/missing_supe...
Recently getting a new Mac for work, coming from Hyprland has been tough, but I feel like I’m getting there. Aerospace and Karabiner-Elements have gotten me most of the way there. Have had to write a few scripts to get the workspaces working the way I’m used to, but overall I got a significant part of my workflow to mirror my Linux setup, but would still love to get the super+right click to resize working somehow (th…