Mutter build with Ubuntu patch for Xorg fractional scaling on Manjaro.
The binary package from the release page was build on the stable branch.
All Credits belong to Arch Linux and Ubuntu
To enable fractional scaling after installation run:
gsettings set org.gnome.mutter experimental-features "['x11-randr-fractional-scaling']"
To disable fractional scaling run:
gsettings reset org.gnome.mutter experimental-features
Build instructions for Manjaro Linux:
sudo pacman -Syu base-devel git
git clone https://github.com/puxplaying/mutter-x11-scaling.git
cd mutter-x11-scaling
makepkg -srci