Oddbean new post about | logout
 Hey #AskFedi,

Is there any way to run #Firefox (specifically) without fractional scaling / in some kind of "Native DPI mode?"

For QT apps, there's QT_USE_PHYSICAL_DPI=1 and QT_ENABLE_HIGHDPI_SCALING=0

I can't find anything similar for #GTK3

(Running on Linux) 
 @fc501b69 did you try..

```
GDK_SCALE=1
GDK_DPI_SCALE=1

```