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 Screenshot 2023-02-11 at 22 10 36 decorations: buttonless Screenshot 2023-02-11 at 22 11 03 decorations: full Screenshot 2023-02-11 at 22 11 23

Pay attention to the small gaps around the window.

This is the screenshot using 8a838710 with decorations: buttonless Screenshot 2023-02-11 at 22 19 51

About this issue

  • Original URL
  • State: closed
  • Created a year ago
  • Reactions: 2
  • Comments: 15 (7 by maintainers)

Commits related to this issue

Most upvoted comments

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