I've had some mind to change in the recent past. I don't really want to go to GNOME because I enjoy the traditional desktop model. MATE has some quirks I don't love and XFCE is still not great for scaling (though has gotten a lot better recently). KDE, meanwhile, might be promising, but I have a strong distaste for their default aesthetic (though I am sure I could change it to fit my needs more). I'll have to experiment in the near future.
If 2x isn't the natural scaling for your monitors, set the toolkits to 2x anyway and then using xrandr to render into a larger buffer that is scaled down to the "effective" resolution you're looking for. This is basically the same approach macOS uses.
It also works on GNOME, there's nothing KDE-specific about it.
For example, my X1C6 has a 2560x1440 resolution, but the effective resolution I'd like to see is 1600x900:
xrandr --output eDP1 --fb 3200x1800 --panning 3200x1800 --scale 1.25x1.25
I have 27" 4K monitors hooked up to my desktop that I use the same approach with, but rendered into a 5120x2880 buffer and scaled by 1.33x1.33.
Like this:
xrandr --output HDMI-0 --primary --mode 2560x1440
If I want bigger text on my console I might use 1920x1080.