Need more info about your DE, GPU, and OS.
Edit: pretty sure unless you've forced it, you can't use fractional scaling here. Use whole integers, so try 2 instead of 1.5
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
Need more info about your DE, GPU, and OS.
Edit: pretty sure unless you've forced it, you can't use fractional scaling here. Use whole integers, so try 2 instead of 1.5
Yes, have updated the post. I would probably be happy with 2 in the case of this application and plugins - do you know how I can launch a gtk application in this way?
Here you go: https://wiki.archlinux.org/title/HiDPI#GNOME
As far as per-app settings, I'm unsure if that's a thing still, but you can probably dig deeper from here.
If you're using X, then the GTK equivalent environment variable is GDK_SCALE. (I don't think the Wayland backend does this though)
E.g.
GDK_SCALE=2 gedit