hide-ff-title-bar
hide-ff-title-bar copied to clipboard
Wayland support
On GNOME with Wayland, as seen on Debian Buster, GdkX11.X11Window.foreign_new_for_display
throws
TypeError: argument display: Expected GdkX11.X11Display, but got __gi__.GdkWaylandDisplay
so the title bar isn't hidden, because GdkX11.X11Display.get_default()
returned a Wayland display, not an X11 display.