summarylogtreecommitdiffstats
path: root/josm.conf.d
diff options
context:
space:
mode:
authorRubenKelevra2022-11-04 11:17:21 +0100
committerRubenKelevra2022-11-04 11:33:21 +0100
commit00b97805110d663a89c0301c3336d7541aa0bfdf (patch)
tree82dff4a5fc9327c47c0a5d037ee145811cf0b980 /josm.conf.d
parentd87d635ea85d00806665183de1cf716e1d850918 (diff)
downloadaur-00b97805110d663a89c0301c3336d7541aa0bfdf.tar.gz
remove the need to fetch the whole sourcecode repo for 4 static files; instead fetch them via https
- update josm.conf.d with more detailed comments
Diffstat (limited to 'josm.conf.d')
-rw-r--r--josm.conf.d5
1 files changed, 3 insertions, 2 deletions
diff --git a/josm.conf.d b/josm.conf.d
index c67ba8abbd69..abeed0c09dde 100644
--- a/josm.conf.d
+++ b/josm.conf.d
@@ -1,7 +1,8 @@
#
# Parameters for JOSM editor
#
-#JOSM_ARGS="-Xmx800M"
+# You may want to extend the memory for josm with something like this as additional parameters
+# -Xmx800M
-#FS#72953 https://bugs.archlinux.org/task/72953
+#Required by josm-developers for some functionality, see https://bugs.archlinux.org/task/72953
JOSM_ARGS="--add-opens=java.desktop/javax.swing.text.html=ALL-UNNAMED"