You may need to do this to fix apps running under xwayland while you are using fractional scaling. # Chromium (ozone) Platform Such as: webcord, vivaldi etc... For browsers, like brave and vivaldi: 1) Enter chrome://flags in URL 2) search wayland 3) Change to auto or wayland (def: X11) Non browsers, like webcord, obsidian, etc... 1) find the `.desktop` file for the package 2) in the exec line add... `--enable-features=UseOzonePlatform --ozone-platform=wayland` # QT packages like qtwebflix 1) find the `.desktop` file 2) in the exec line add in the beginning... `env QT_QPA_PLATFORM-wayland`