Changes between Version 16 and Version 17 of Help/HiDPISupport


Ignore:
Timestamp:
2022-07-15T13:30:18+02:00 (3 years ago)
Author:
skyper
Comment:

nicer format; Debian uses /etc/default

Legend:

Unmodified
Added
Removed
Modified
  • Help/HiDPISupport

    v16 v17  
    2626GDK_SCALE=2 java -jar josm.jar
    2727}}}
    28 Alternatively, you can modify the java2d ui-scaling via the command line or the config file usually located in /etc/conf.d/josm. Refer to [wikitr:/Help/Preferences#Customizationalloperatingsystems] for details:
     28Alternatively, 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:
    2929{{{#!bash
    3030JOSM_ARGS="-Dsun.java2d.uiScale=2 {other args}"