alacritty: Maximizing windows on macOS/X11 doesn't cover the whole screen
System
OS: macOS Version: f409f743724207e7a2a4c008ce74ea505ae6bbcf
To reproduce: hold option key and double click a corner of the window. It is supposed to maximize the window and cover the whole screen.
Notes:
- It only happens on my second monitor (3840 x 2160). It is not reproducible when I maximize a window in the built-in monitor.
- In my macOS setup, I auto hide the dock and notification bar.
I found this commit f409f743724207e7a2a4c008ce74ea505ae6bbcf introduces the problem using git bisect.
This is the screenshot with the decorations
set to transparent
decorations: buttonless
decorations: full
Pay attention to the small gaps around the window.
This is the screenshot using 8a838710 with decorations: buttonless
About this issue
- Original URL
- State: closed
- Created a year ago
- Reactions: 2
- Comments: 15 (7 by maintainers)
Commits related to this issue
- Bump winit to 0.28.2 This also bumps copypasta and sctk-adwaita. Fixes #6744. Fixes #6702. Fixes #6696. Fixes #2741. — committed to kchibisov/alacritty by kchibisov a year ago
- Bump winit to 0.28.2 This also bumps copypasta and sctk-adwaita. Fixes #6744. Fixes #6702. Fixes #6696. Fixes #2741. — committed to alacritty/alacritty by kchibisov a year ago
- Bump winit to 0.28.2 This also bumps copypasta and sctk-adwaita. Fixes #6744. Fixes #6702. Fixes #6696. Fixes #2741. — committed to chrisduerr/alacritty by kchibisov a year ago
- Bump winit to 0.28.2 This also bumps copypasta and sctk-adwaita. Fixes #6744. Fixes #6702. Fixes #6696. Fixes #2741. — committed to alacritty/alacritty by kchibisov a year ago
Ah, so dwm can’t do window managing, that’s sort of expected, I’d assume…
I’m experiencing this issue on Arch Linux as well. For now I am using the 8a838710e37665f5bdeb8c01d2f1d3e6fec976a6 commit which works fine.
Yeah right nvm we decided against an option until people actually complained about it. This is probably a winit bug, I’ve opened an issue upstream:
https://github.com/rust-windowing/winit/issues/2684