Changes between Version 15 and Version 16 of Help/HiDPISupport


Ignore:
Timestamp:
2022-07-13T23:48:52+02:00 (3 years ago)
Author:
rkost
Comment:

Tested GTK scale on Arch linux, with XServer and awesomeWM. Did not work, so I added a workaround that should work on all linux distros, hopefully

Legend:

Unmodified
Added
Removed
Modified
  • Help/HiDPISupport

    v15 v16  
    2626GDK_SCALE=2 java -jar josm.jar
    2727}}}
     28Alternatively, 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:
     29{{{#!bash
     30JOSM_ARGS="-Dsun.java2d.uiScale=2 {other args}"
     31}}}
    2832
    2933