rounded-window-corners
rounded-window-corners copied to clipboard
Corners are not rounded for kitty on Wayland
For example, if you try to launch kitty on Wayland, it will not have rounded corners.

While I personally don't use kitty, this means that there may be some other apps where the corners don't get rounded by the extension.
Seems like there is no a common way to add rounded corners to this application.
Other apps that suffer from this are wezterm, alacritty and neovide
Other apps that suffer from this are wezterm, alacritty and neovide
~~alacrity seems to be fine on my machine, though the corners have some strange pixels:~~

UPDATE: I forgot to mention that I am running alacrity through xwayland:
[Desktop Entry]
Type=Application
TryExec=alacritty
Exec=env WINIT_UNIX_BACKEND=x11 alacritty
Icon=Alacritty
Terminal=false
Categories=System;TerminalEmulator;
Name=Alacritty
GenericName=Terminal
Comment=A fast, cross-platform, OpenGL terminal emulator
StartupWMClass=Alacritty
Actions=New;
[Desktop Action New]
Name=New Terminal
Exec=alacritty
This extension works for Wezterm for me (it rounds the corners) on Fedora 37 (Silverblue) with latest GNOME if I turn off the window decorations in the Wezterm config (window_decorations = "NONE"), however, when used in conjunction with the Tiling Assistant extension, the reported bounds of the window are incorrect and the window doesn’t tile properly for horizontal-half and full-screen sizes. When you turn the rounded corners extension off, the tiling works correctly.
