28 | | Alternatively, you can modify the java2d ui-scaling via the command line or the config file, `josm` respectively `josm-latest`, usually located in `/etc/default/` (Debian/Ubuntu) or `/etc/conf.d/` (Arch). Refer to [wikitr:/Help/Preferences#Customizationalloperatingsystems] for details: |
| 28 | If you want to keep it permanently, you can modify the config file, `josm` respectively `josm-latest`, usually located in `/etc/default/` (Debian/Ubuntu) or `/etc/conf.d/` (Arch) by adding this line at the end of the file: |
| 29 | {{{#!bash |
| 30 | export GDK_SCALE=2 |
| 31 | }}} |
| 32 | |
| 33 | Alternatively, you can modify the java2d ui-scaling via the command line or the above config file. Refer to [wikitr:/Help/Preferences#Customizationalloperatingsystems] for details: |